Skip to content

Commit

Permalink
fix broken rel link (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen authored Aug 4, 2022
1 parent f756ff7 commit 2fd1646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/parquet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for more on Apache Parquet.

## Partitioning

As outlined in :doc:`guide/spatial-partitioning`, dask-geopandas can spatially partition datasets. These partitions are
As outlined in [Spatial partitioning in Dask-GeoPandas](guide/spatial-partitioning.md), dask-geopandas can spatially partition datasets. These partitions are
persisted in the parquet files.

By default, reading these spatial partitions requires opening every file and checking its spatial extent. This can be a
Expand All @@ -19,4 +19,4 @@ specify ``gather_spatial_partitions=False`` when reading the file:
```py
ddf = dask_geopandas.read_parquet("...", gather_spatial_partitions=False)
ddf.spatial_partitions # None
```
```

0 comments on commit 2fd1646

Please sign in to comment.