Replies: 1 comment
-
Thanks @rgaiacs! I've created a feature request for it - frictionlessdata/frictionless-py#1172 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Consider the following CSV file named
invalid.csv
Any data visualisation using the above CSV file will have
english
andenglish
(with trailing whitespace) as categories. Would be great to have a trailing whitespace as part of the baseline check as it will be more clear to learners instead of a constraint error likeThe cell "english " in row at position "2" and field "name" at position "2" does not conform to a constraint: constraint "pattern" is "^[a-z].*[a-z]$"
.Beta Was this translation helpful? Give feedback.
All reactions