Skip to content

Commit

Permalink
Merge pull request #559 from posit-dev/docs-note-on-required-df-libs
Browse files Browse the repository at this point in the history
docs: add note about pandas req in Get Started
  • Loading branch information
machow authored Dec 12, 2024
2 parents b32b55a + ef8d325 commit 19ee24c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/get-started/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ pip install great_tables

## A Basic Table using **Great Tables**

::: {.callout-note}
The example below requires the Pandas library to be installed. But Pandas is not required to
use Great Tables. You can also use a Polars DataFrame.
:::

Let’s use a subset of the `islands` dataset available within `great_tables.data`:

```{python}
Expand Down

0 comments on commit 19ee24c

Please sign in to comment.