Skip to content

Commit

Permalink
Fix map/list doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Durant committed Jul 27, 2017
1 parent 3f40950 commit 2180117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/details.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Fastparquet can read nested schemas. The principal mechamism is *flattening*, wh
parquet schema struct columns become top-level columns. For instance, if a schema looks
like

.. code-block::
.. code-block:: python
root
| - visitor: OPTIONAL
Expand All @@ -181,7 +181,7 @@ then the ``ParquetFile`` will include entries "visitor.ip" and "visitor.network_

Fastparquet also handles some parquet LIST and MAP types. For instance, the schema may include

.. code-block::
.. code-block:: python
| - tags: LIST, OPTIONAL
- list: REPEATED
Expand Down

0 comments on commit 2180117

Please sign in to comment.