Adam Kariv
Adam Kariv
This attribute will allow specifying the exact items that are allowed in an array. e.g. ```json { "name": "years", "type": "array", "constraints": { "typeOf": "year" } } ``` ## Related...
This new JTS type will be identical to `array`, except it will have a mandatory attribute `schema` which will contain a valid JSON Table Schema for the items in the...
For some reason this has been limited to strings only, and there's no actual need for that. There are quite a few cases where boolean values are represented with 0/1...
The goal here is to have a URI that could point to a specific resource inside a datapackage. We already have a standard way for identifying a datapackage: http://specs.frictionlessdata.io/data-package-identifier/. This...
Add a new datatype for denoting yearly quarters (which apparently is quite a common thing). Proposed name: `yearquarter` (following the existing `yearmonth`) Formatting: - default format `yyyy-Qq`, e.g.: 2015-Q1, 2013-Q4...
Upper case, lower case and case sensitivity are very locale specific concepts. Some languages interpret these concepts differently, while others don't have them at all. All references to text casing...
When using sqlite, store would be JSONB fields as strings (probably would need to change `jsontableschema-sql-py` but logging this here for now)
- [ ] **City/Neighborhood have no valid confidence levels** A village with 200 people, all of them reporting daily will have the same confidence level as a city with 1M...
part of #242 ### Steps: * [ ] develop the follwoing functions - ? h * [ ] transform texts - ? h * [ ] Hebrew QA + script...