Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Add compressed TSV files to the common principles #1749

Merged
merged 17 commits into from
Apr 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/common-principles.md
Co-authored-by: Yaroslav Halchenko <[email protected]>
oesteban and yarikoptic authored Mar 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 7cb126a5064c40e08abb6e1916de39a52624bf63
2 changes: 1 addition & 1 deletion src/common-principles.md
Original file line number Diff line number Diff line change
@@ -432,7 +432,7 @@ NIfTI header.

Tabular data MUST be saved as plain-text, tab-delimited values (TSV) files
(with [extension `.tsv`](glossary.md#tsv-extensions)),
that is, CSV files where commas are replaced by tab characters.
that is, [CSV files](https://en.wikipedia.org/wiki/Comma-separated_values) where commas are replaced by tab characters.
Tabs MUST be true tab characters and MUST NOT be a series of space characters.
Tabular data such as continuous physiology recordings typically containing
large numbers of rows MAY be saved as