Skip to content

Commit

Permalink
Add note about pandas req in Get Started
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Dec 12, 2024
1 parent b32b55a commit ef8d325
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 ef8d325

Please sign in to comment.