Skip to content

Commit

Permalink
DOC: Add a note that pyarrow is required to write Parquet (geopandas#124
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gadomski authored Jan 13, 2022
1 parent 3de9174 commit 1073e40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ format:
ddf.to_parquet("path/to/dir/")
ddf = dask_geopandas.read_parquet("path/to/dir/")
.. note::

Writing to Parquet files requires installing the ``pyarrow`` library, e.g.
``conda install pyarrow`` or ``pip install pyarrow``.


Installation
------------
Expand Down

0 comments on commit 1073e40

Please sign in to comment.