You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Lightweight yet comprehensive data standards as Data Package and Table Schema.</p>
73
+
<p>A set of simple yet extensible specifications to describe datasets, data files, and tabular data.</p>
74
74
</div>
75
75
</div>
76
76
@@ -96,7 +96,7 @@ Choosing the right tool for the job can be challenging. Here are our recommendat
96
96
97
97
If you prefer to use a visual interface:
98
98
99
-
-**Frictionless Application (coming soon):** We're working on our brand-new Frictionless Application that will be released in 2021. Until then, you can use [Data Package Creator](https://create.frictionlessdata.io/) to create and edit data packages and [Goodtables On-Demand](http://try.goodtables.io/) for data validation.
99
+
-**Open Data Editor (coming soon):** We're working on our brand-new Frictionless application [Open Data Editor](https://opendataeditor.okfn.org/)that will be released in December 2024. Until then, you can use [Data Package Creator](https://create.frictionlessdata.io/) to create and edit data packages and [Goodtables On-Demand](http://try.goodtables.io/) for data validation.
100
100
-**Frictionless Repository:** For ensuring the quality of your data on Github, Frictionless provides [Frictionless Repository](https://repository.frictionlessdata.io/). This creates visual quality reports and validation statuses on Github everytime you commit your data.
101
101
-**Datahub:** For discovering, publishing, and sharing data we have [Datahub](https://datahub.io/) which is built on Frictionless software. Using this software as a service, you can sign-in and find, share, and publish quality data.
102
102
@@ -122,14 +122,14 @@ To help you pick a standard to use, we've categorized them according to how many
122
122
123
123
If you have more than one file:
124
124
125
-
-**Data Package**: Use a [Data Package](https://specs.frictionlessdata.io/data-package/) for describing datasets of any file format. Data Package is a basic container format for describing a collection of data in a single "package". It provides a basis for convenient delivery, installation and management of datasets.
125
+
-**Data Package**: Use a [Data Package](https://datapackage.org/) for describing datasets of any file format. Data Package is a basic container format for describing a collection of data in a single "package". It provides a basis for convenient delivery, installation and management of datasets.
126
126
-**Fiscal Data Package**: For fiscal data, use a [Fiscal Data Package](https://specs.frictionlessdata.io/fiscal-data-package/). This lightweight and user-oriented format is for publishing and consuming fiscal data. It concerns with how fiscal data should be packaged and providing means for publishers to best convey the meaning of the data - so it can be optimally used by consumers.
127
127
128
128
### Individual File
129
129
130
130
If you need to describe an individual file:
131
131
132
-
-**Data Resource**: Use [Data Resource](https://specs.frictionlessdata.io/data-resource/) for describing individual files. Data Resource is a format to describe and package a single data resource of any file format, such as an individual table or file. It can also be extended for specific use cases.
133
-
-**Tabular Data Resource**: For tabular data, use the Data Resource extension called [Tabular Data Resource](https://specs.frictionlessdata.io/tabular-data-resource/). Tabular Data Resource describes a single *tabular* data resource such as a CSV file. It includes support for metadata and schemas to describe the data content and structure.
134
-
-**Table Schema**: To describe only the schema of a tabular data file, use [Table Schema](https://specs.frictionlessdata.io/table-schema/). Table Schema is a format to declare a schema for tabular data. The schema is designed to be expressible in JSON. You can have a schema as independent metadata or use it with a Tabular Data Resource.
135
-
-**CSV Dialect**: To specify the CSV dialect within a schema, use [CSV Dialect](https://specs.frictionlessdata.io/csv-dialect/). This defines a format to describe the various dialects of CSV files in a language agnostic manner. This is important because CSV files might be published in different forms, making it harder to read the data without errors. CSV Dialect can be used with a Tabular Data Resource to provide additional information.
132
+
-**Data Resource**: Use [Data Resource](https://datapackage.org/standard/data-resource/) for describing individual files. Data Resource is a format to describe and package a single data resource of any file format, such as an individual table or file. It can also be extended for specific use cases.
133
+
-**Tabular Data Resource**: For tabular data, use the Data Resource extension called [Tabular Data Resource](https://datapackage.org/standard/data-resource/#tabular). Tabular Data Resource describes a single *tabular* data resource such as a CSV file. It includes support for metadata and schemas to describe the data content and structure.
134
+
-**Table Schema**: To describe only the schema of a tabular data file, use [Table Schema](https://datapackage.org/standard/table-schema/). Table Schema is a format to declare a schema for tabular data. The schema is designed to be expressible in JSON. You can have a schema as independent metadata or use it with a Tabular Data Resource.
135
+
-**Table Dialect**: To specify the table dialect within a schema, use [Table Dialect](https://datapackage.org/standard/table-dialect/). This defines a format to describe the various dialects of table files in a language agnostic manner. This is important because table files might be published in different forms, making it harder to read the data without errors. Table Dialect can be used with a Tabular Data Resource to provide additional information.
0 commit comments