Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit e805e86

Browse files
authored
MAINT: add note about case insensitivity of column names (#591)
fixes #577 Note that this was also addressed for the new user docs (coming soon!) in rachis-org/using-qiime2#3.
1 parent 7cf3f4b commit e805e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The following rules apply to column names:
107107

108108
- May consist of any Unicode characters.
109109
- Cannot be empty (i.e. column names must consist of at least one character).
110-
- Must be unique (exact string matching is performed to detect duplicates).
110+
- Must be unique without regard to case (e.g., columns `foo` and `Foo` in the same file are not allowed).
111111
- Column names cannot use any of the reserved ID column names described in the section :ref:`identifier-column`.
112112

113113
The following rules apply to column values:

0 commit comments

Comments
 (0)