From e446b129729a43a2cb7c636827085d8555b2ca2c Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Wed, 17 Jul 2024 10:26:15 -0400 Subject: [PATCH] add note about polars data frames --- docs/overview.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview.qmd b/docs/overview.qmd index fc236a7..af61eb3 100644 --- a/docs/overview.qmd +++ b/docs/overview.qmd @@ -99,7 +99,7 @@ palmerpenguins ##### Tables -Apply `@render.data_frame` to any code that returns a [pandas](https://pandas.pydata.org/) DataFrame for a basic table. +Apply `@render.data_frame` to any code that returns a [pandas](https://pandas.pydata.org/) or [polars](https://pola.rs/) DataFrame for a basic table. For more sophisticated tables, you can use [`render.DataGrid`](https://shiny.posit.co/py/components/outputs/data-grid.html) to add things like filters to your table. ```{shinylive-python}