-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(sync): 🔨 synced local '_extensions/seedcase-project/seedcase-th…
…eme/' with remote '_extensions/seedcase-theme/'
- Loading branch information
1 parent
d9cfc25
commit c3c6d1a
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
data: | | ||
Data can mean any piece of information that someone would like to use | ||
to answer questions. What is considered data (and metadata) is highly dependent | ||
on people and what they intend to do with information that is collected. | ||
In the context of Seedcase Sprout, data is any information collected for the | ||
purposes of doing analyses on them to answer questions. An example might be | ||
data collected from people participating in a study on health and disease. | ||
data package: | | ||
A "container" for data that describes a coherent collection of data. It consists | ||
of two parts: data resources and properties. | ||
data resource: | | ||
A single piece of data, such as a table or data file, and its properties, included | ||
in a data package. It contains the actual data, documented following the Data Package | ||
standard. It consists of the raw data, the data saved in parquet format, as well | ||
as its properties. | ||
properties: | | ||
Metadata that describes the entire data package and each of the data resources | ||
within it. At the package level, the properties include the package name and | ||
description, contributors, licenses, and more. At the resource level, they describe | ||
attributes such as the resource name, description, schema, and data fields. | ||
All properties are stored in `datapackage.json` in the root directory of the package. |