We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a9dcd commit 9eb130dCopy full SHA for 9eb130d
doc/source/metadata.rst
@@ -66,6 +66,9 @@ The ``type_metadata`` is ``None`` except for:
66
* ``datetimetz``: ``{'timezone': zone}``, e.g. ``{'timezone', 'America/New_York'}``
67
* ``categorical``: ``{'num_categories': K}``
68
69
+For types other than these, the ``'metadata'`` key can be
70
+omitted. Implementations can assume ``None`` if the key is not present.
71
+
72
As an example of fully-formed metadata:
73
74
.. code-block:: text
0 commit comments