From 8287e27be71d1acdcec03ec6ae074282e9cf4ab3 Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Thu, 4 Jan 2024 15:09:31 -0500 Subject: [PATCH] Update introduction_great_tables.qmd --- docs/blog/introduction_great_tables.qmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/blog/introduction_great_tables.qmd b/docs/blog/introduction_great_tables.qmd index 10efdfd07..b501a170d 100644 --- a/docs/blog/introduction_great_tables.qmd +++ b/docs/blog/introduction_great_tables.qmd @@ -21,6 +21,8 @@ In this short post, we'll take a look at a few examples that focus on the more c - add styling to targeted table cells - use features from **Polars** to make it all better/nicer +Alright! Let's get right into it. + ## A Basic Table Let's get right to making a display table with **Great Tables**. The package has quite a few datasets and so we'll start by making use of the very small, but useful, `exibble` dataset. After importing the `GT` class and that dataset, we'll introduce that Pandas table to `GT()`.