Skip to content

Commit

Permalink
fix(docs): update invalid read_parquet link
Browse files Browse the repository at this point in the history
  • Loading branch information
IndexSeek authored and jcrist committed Sep 11, 2024
1 parent 76b44f3 commit 2ae9ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/input-output/duckdb-parquet.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hosted on S3 at `s3://gbif-open-data-us-east-1/occurrence/`
We can read a single partition by specifying its path.

We do this by calling
[`read_parquet`](https://ibis-project.org/api/expressions/top_level/#ibis.read_parquet)
[`read_parquet`](https://ibis-project.org/backends/duckdb#ibis.backends.duckdb.Backend.read_parquet)
on the partition we care about.

So to read the first partition in this dataset, we'll call `read_parquet` on
Expand Down

0 comments on commit 2ae9ef4

Please sign in to comment.