Skip to content

Commit

Permalink
docs(builtin): update url for packages.parquet file (#9132)
Browse files Browse the repository at this point in the history
I updated the path of these in our google cloud bucket to reflect the
date of the pypi-data release (for tutorial purposes).  Inadvertantly
broke this usage here.
  • Loading branch information
gforsyth authored May 6, 2024
1 parent edcf544 commit 4f93a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/extending/builtin.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rest of the library:

```{python}
pkgs = ibis.read_parquet(
"https://storage.googleapis.com/ibis-tutorial-data/pypi/packages.parquet"
"https://storage.googleapis.com/ibis-tutorial-data/pypi/2024-04-24/packages.parquet"
)
pandas_ish = pkgs[jw_sim(pkgs.name, "pandas") >= 0.9]
pandas_ish
Expand Down

0 comments on commit 4f93a91

Please sign in to comment.