Skip to content

Commit f3148f2

Browse files
committed
Extend reasons why we use double
See #212 (comment)
1 parent 078a275 commit f3148f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vignettes/table-schema.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ any other type | `any`
208208

209209
### integer
210210

211-
[`integer`](https://specs.frictionlessdata.io/table-schema/#integer) is interpreted as `double` (to avoid issues with big numbers). Or `factor` when `constraints$enum` is defined.
211+
[`integer`](https://specs.frictionlessdata.io/table-schema/#integer) is interpreted as `double` (to support big integers, + signs and `bareNumber`). Or `factor` when `constraints$enum` is defined.
212212

213213
- `bareNumber` is supported. If `false`, whitespace and non-numeric characters are ignored.
214214

0 commit comments

Comments
 (0)