Skip to content

Commit 656acbe

Browse files
committed
Relax metadata key
1 parent 0c57d65 commit 656acbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/metadata.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ The ``type_metadata`` is ``None`` except for:
6666
* ``datetimetz``: ``{'timezone': zone}``, e.g. ``{'timezone', 'America/New_York'}``
6767
* ``categorical``: ``{'num_categories': K}``
6868

69+
For types other than these, the ``'metadata'`` key can be
70+
omitted. Implementations can assume ``None`` if the key is not present.
71+
6972
As an example of fully-formed metadata:
7073

7174
.. code-block:: text

0 commit comments

Comments
 (0)