Skip to content

Commit

Permalink
RF: adjust common-principles to state that columns RECOMMENDED to be …
Browse files Browse the repository at this point in the history
…in single not plural
  • Loading branch information
yarikoptic committed May 15, 2024
1 parent 59fa77e commit 7529d69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ with two exceptions:
It is RECOMMENDED that the column names in the header of the TSV file are
written in [`snake_case`](https://en.wikipedia.org/wiki/Snake_case) with the
first letter in lower case (for example, `variable_name`, not `Variable_name`).
It is RECOMMENDED that the column names are singular (for example, `variable_name`, not `variable_names`).
Column names defined in the header MUST be separated with tabs as for the data contents.
Furthermore, column names MUST NOT be blank (that is, an empty string) and MUST NOT
be duplicated within a single TSV file.
Expand Down

0 comments on commit 7529d69

Please sign in to comment.