Skip to content

Commit bd77ee1

Browse files
committed
Code reviews
1 parent 2014a68 commit bd77ee1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/source/metadata.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ writing pandas objects to different third party file formats.
1212
Apache Parquet
1313
--------------
1414

15-
The Apache Parquet format provides key-value metadata at the file and column
16-
level, stored in the footer of the Parquet file:
15+
The `Apache Parquet <https://github.com/apache/parquet-format>`__ format
16+
provides key-value metadata at the file and column level, stored in the footer
17+
of the Parquet file:
1718

1819
.. code-block:: shell
1920
@@ -64,7 +65,7 @@ any of the supported integer categorical types.
6465
The ``type_metadata`` is ``None`` except for:
6566

6667
* ``datetimetz``: ``{'timezone': zone}``, e.g. ``{'timezone', 'America/New_York'}``
67-
* ``categorical``: ``{'num_categories': K}``
68+
* ``categorical``: ``{'num_categories': K, 'ordered': is_ordered}``
6869

6970
For types other than these, the ``'metadata'`` key can be
7071
omitted. Implementations can assume ``None`` if the key is not present.

0 commit comments

Comments
 (0)