specs
specs copied to clipboard
Technical specifications and guidelines for implementing Frictionless Data.
For example, the `pattern` constraint can only be applied to `string` fields, and so on. (From https://github.com/frictionlessdata/goodtables.io/issues/302)
# Description We want a range of real-world examples. We'll extend the list as we go through the v1 draft. [See background here](https://github.com/openspending/fiscal-data-package/issues/76). # Tasks - [ ] Multiple measures...
The current spec [doesn't support the bareNumber edge case](https://github.com/frictionlessdata/tableschema-js/issues/144) to interpret `-$1000` as `-1000`. > **bareNumber**: a boolean field with a default of `true`. If `true` the physical contents of...
Have stated from first version of spec in 2007 that one can use resources to describe data "sources" which would include APIs (not just data files). Perhaps need to make...
# Description Some fiscal data concepts describe organisations. Should we, and how exactly, provide such identifiers in FDP. [See original (old) discussion](https://github.com/openspending/fiscal-data-package/issues/13) # Tasks - [ ] Research
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...
# Description There has long been discussion around fiscal data record identifiers. Recently, we've agreed with GIFT that we can add a transaction identifier concept to potentially support linkage with...
# Sources in Frictionless Data The `sources` attribute is used in the [Frictionless Data specifications](http://specs.frictionlessdata.io) to indicate the organization(s) or document(s) that are the source(s) for the data. [`Sources`](http://specs.frictionlessdata.io/data-package/#sources) is...
> This text is almost a copy/paste from work by @akariv - Adam, please edit directly, or comment below, as needed. # Context Data sources don’t always contain all the...