Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
fix: add import (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgartland-rstudio authored Jul 11, 2024
1 parent 4b5d07f commit fabdbdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/finding-content-by-tag/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ res = client.get(f"/v1/tags/{TAG_ID}/content")
The response can be easily turned into a DataFrame.

```{.python}
>>> import polars as pl
>>> pl.DataFrame(res.json())
shape: (24, 45)
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
Expand Down

0 comments on commit fabdbdf

Please sign in to comment.