frictionlessdata / tableschema-js

A JavaScript library for working with Table Schema.
http://frictionlessdata.io/
MIT License
82 stars 27 forks source link

Support NaN, INF and -INF values for type Number #115

Closed Stephen-Gates closed 4 years ago

Stephen-Gates commented 6 years ago

When validating using Data Curator I get errors reported for NaN, INF and -INF.

The spec says these values are valid

screenshot 2017-12-07 22 07 25
stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

roll commented 5 years ago

Sorry I missed this issue. Stale Bot, please don't close it.

Actually, I'm not a real fan of this part of the specs (I don't see it's really interoperable, having infinities) but while it's a part of the specs we have to consider implementing it..