File tree 1 file changed +4
-3
lines changed
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.
12
12
Apache Parquet
13
13
--------------
14
14
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:
17
18
18
19
.. code-block :: shell
19
20
@@ -64,7 +65,7 @@ any of the supported integer categorical types.
64
65
The ``type_metadata `` is ``None `` except for:
65
66
66
67
* ``datetimetz ``: ``{'timezone': zone} ``, e.g. ``{'timezone', 'America/New_York'} ``
67
- * ``categorical ``: ``{'num_categories': K} ``
68
+ * ``categorical ``: ``{'num_categories': K, 'ordered': is_ordered } ``
68
69
69
70
For types other than these, the ``'metadata' `` key can be
70
71
omitted. Implementations can assume ``None `` if the key is not present.
You can’t perform that action at this time.
0 commit comments