From e691ca9d62dba67cbab88e3f04a8d0d56c72ea08 Mon Sep 17 00:00:00 2001 From: "T. Qin" <72534736+abstractqqq@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:28:04 -0500 Subject: [PATCH 1/2] Update plugins.md added my plugin in plugin.md --- docs/user-guide/expressions/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guide/expressions/plugins.md b/docs/user-guide/expressions/plugins.md index 6330b83eee8d..c0cfef705dc5 100644 --- a/docs/user-guide/expressions/plugins.md +++ b/docs/user-guide/expressions/plugins.md @@ -250,3 +250,4 @@ Here is a curated (non-exhaustive) list of community implemented plugins. - [polars-business](https://github.com/MarcoGorelli/polars-business) Polars extension offering utilities for business day operations - [polars-hash](https://github.com/ion-elgreco/polars-hash) Stable non-cryptographic and cryptographic hashing functions for Polars +- [polars-ds](https://github.com/abstractqqq/polars_ds_extension) Polars extension aiming to simplify common numerical/string data analysis procedures From d44fb7200bc59f2c7a3bccf8d73223c2b0d65b68 Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Thu, 16 Nov 2023 22:57:59 +0100 Subject: [PATCH 2/2] Alphabetize --- docs/user-guide/expressions/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/expressions/plugins.md b/docs/user-guide/expressions/plugins.md index c0cfef705dc5..2bc2d0df3f43 100644 --- a/docs/user-guide/expressions/plugins.md +++ b/docs/user-guide/expressions/plugins.md @@ -249,5 +249,5 @@ That's all you need to know to get started. Take a look at this [repo](https://g Here is a curated (non-exhaustive) list of community implemented plugins. - [polars-business](https://github.com/MarcoGorelli/polars-business) Polars extension offering utilities for business day operations -- [polars-hash](https://github.com/ion-elgreco/polars-hash) Stable non-cryptographic and cryptographic hashing functions for Polars - [polars-ds](https://github.com/abstractqqq/polars_ds_extension) Polars extension aiming to simplify common numerical/string data analysis procedures +- [polars-hash](https://github.com/ion-elgreco/polars-hash) Stable non-cryptographic and cryptographic hashing functions for Polars