Skip to content

Commit 1073e40

Browse files
authored
DOC: Add a note that pyarrow is required to write Parquet (geopandas#124)
1 parent 3de9174 commit 1073e40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ format:
7171
ddf.to_parquet("path/to/dir/")
7272
ddf = dask_geopandas.read_parquet("path/to/dir/")
7373
74+
.. note::
75+
76+
Writing to Parquet files requires installing the ``pyarrow`` library, e.g.
77+
``conda install pyarrow`` or ``pip install pyarrow``.
78+
7479

7580
Installation
7681
------------

0 commit comments

Comments
 (0)