From 96d94eaf1efeabaca4db9dbc4ef45737f31f2e0a Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Tue, 11 Jun 2024 10:58:18 -0400 Subject: [PATCH] docs: add style install note to guide --- docs/user-guide/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guide/installation.md b/docs/user-guide/installation.md index 03ac7f534bfc..5795f7905fce 100644 --- a/docs/user-guide/installation.md +++ b/docs/user-guide/installation.md @@ -89,6 +89,7 @@ pip install 'polars[numpy,fsspec]' | xlsx2csv | Support for reading from Excel files | | deltalake | Support for reading from Delta Lake Tables | | plot | Support for plotting Dataframes | +| style | Support for styling Dataframes | | timezone | Timezone support, only needed if 1. you are on Python < 3.9 and/or 2. you are on Windows, otherwise no dependencies will be installed | ### Rust