-
Notifications
You must be signed in to change notification settings - Fork 43
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
undefined variable in _iter_from_tabulator function #96
Comments
In addition, the example code will always fail because the dates in the referenced data package are formatted as Adding one is easy but I'm not sure whether that's the desired solution. |
@ndkv Thanks for flagging! For your second issue, as of the current spec (http://specs.frictionlessdata.io/json-table-schema/#date), that
However, this is not particularly well liked and is currently under discussion for replacement: frictionlessdata/datapackage#260 (your thoughts welcome!) We should update the gdp dataset to at least match the current spec, but it might break the old OpenSpending (https://openspending.org/) which relies on this formatting and might be pulling in that dataset. |
See also: datasets/gdp#5 |
@danfowler Right, thanks for explaining the issue. I have to agree that |
The
value
variable on line 325 inresource.py
is undefined.I encountered it while running the example code in the README.
This throws a
NameError
forvalue
in the_iter_from_tabulator
function. Note: this error is not caught by Travis.I'm not familiar with
jsontableschema
and can't quickly see how to fix this. Any help is greatly appreciated as I'd like to address #63.The text was updated successfully, but these errors were encountered: