specs icon indicating copy to clipboard operation
specs copied to clipboard

Technical specifications and guidelines for implementing Frictionless Data.

Results 190 specs issues
Sort by recently updated
recently updated
newest added

For some countries, we have identified multiple levels of subprojects. Right now, we only have `activity:generic:subproject:code` as the way to map, but can't make a difference between these different levels....

There is no min/max constraint shown for Duration in the [specs](http://specs.frictionlessdata.io/table-schema/#constraints) however in [tableschema.js](https://github.com/frictionlessdata/tableschema-js/blob/master/src/profiles/table-schema.json#L1352) the min/max constraints are [implemented](https://github.com/frictionlessdata/tableschema-js/blob/master/src/profiles/table-schema.json#L1352). Should the specification be updated? Related to #345? To help me...

Table Schema

https://github.com/frictionlessdata/data-quality-spec Used in GoodTables.

New Spec
question

A currency is a special type which can not be represented with a floating-point literal since you require exact storage and calculations. i.e. in PostgreSQL you have the type [numeric](https://www.postgresql.org/docs/current/static/datatype-numeric.html)...

Table Schema

This would be a spec for describing summary information about data -- often on a per field (column) or per resource (table) basis. Things like: * Most common values *...

Patterns

It seems to me that with [schema.org](https://schema.org/) and [this](https://developers.google.com/search/docs/data-types/dataset#tabular) there is currently a movement toward making data sets more easily findable with search engines. How do these efforts relate to...

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...

Table Schema

Data Resource and Tabular Data Resource spec says if no encoding is given, it is utf-8. It doesn't further specify if this is UTF-8 with or without [BOM](https://en.wikipedia.org/wiki/Byte_order_mark). I know...

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...

Data Package

There are cases where a missing value in a column is a valid value in another column. For example, https://data.gov.au/dataset/colac-otway-shire-trees/resource/bcf1d62b-9e72-4eca-b183-418f83dedcea has a missing value for `Year_Planted` as `0`, but that...

Table Schema