Skip to content

Commit

Permalink
Merge pull request #1940 from yarikoptic/enh-na
Browse files Browse the repository at this point in the history
[FIX] Move description of "n/a" above "String values" to avoid any association
  • Loading branch information
effigies authored Dec 18, 2024
2 parents e6d1c56 + 2fc9888 commit 5b4b0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@ first letter in lower case (for example, `variable_name`, not `Variable_name`).
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.
String values containing tabs MUST be escaped using double quotes.
Missing and non-applicable values MUST be coded as `n/a`.
String values containing tabs MUST be escaped using double quotes.
Numerical values MUST employ the dot (`.`) as decimal separator and MAY be specified
in scientific notation, using `e` or `E` to separate the significand from the
exponent.
Expand Down

0 comments on commit 5b4b0fd

Please sign in to comment.