File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ writing pandas objects to different third party file formats.
1212Apache 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.
6465The ``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
6970For types other than these, the ``'metadata' `` key can be
7071omitted. Implementations can assume ``None `` if the key is not present.
You can’t perform that action at this time.
0 commit comments