We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3382e12 + 2f5952f commit b0946f0Copy full SHA for b0946f0
doc/source/io.rst
@@ -3179,9 +3179,10 @@ Notes & Caveats
3179
.. warning::
3180
3181
``PyTables`` will show a ``NaturalNameWarning`` if a column name
3182
- cannot be used as an attribute selector. Generally identifiers that
3183
- have spaces, start with numbers, or ``_``, or have ``-`` embedded are not considered
3184
- *natural*. These types of identifiers cannot be used in a ``where`` clause
+ cannot be used as an attribute selector.
+ *Natural* identifiers contain only letters, numbers, and underscores,
+ and may not begin with a number.
3185
+ Other identifiers cannot be used in a ``where`` clause
3186
and are generally a bad idea.
3187
3188
DataTypes
0 commit comments