-
Notifications
You must be signed in to change notification settings - Fork 120
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Add finite constraint for numbers or number.nanValues
, number.infValues
#644
Comments
I would even make it stricter having
|
The lexical values of NaN, +Inf, -Inf may also differ. We have Note that XML Schema datatypes |
@nichtich that's an excellent idea as well, though I'd suggest having both as options as having to specify three empty lists for the common finite case feels a bit fragile, even if it means a mutual exclusion validation. |
nanValues
, infValues
nanValues
, infValues
number.nanValues
, number.infValues
I think Currently, I'm removing it from v2. Let's first get a demand metrics using this instrument - #863 |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Similar to #393, but proposing a constraint rather than a blanket policy.
I think it should be
{ "finite": true }
. There are many problem domains whereNaN, INF, -INF
are undesirable.Also related: frictionlessdata/tableschema-py#249
The text was updated successfully, but these errors were encountered: