From 3201d8b57d1fc65c785c51732fb2dc85f8b2bd03 Mon Sep 17 00:00:00 2001 From: Tyler White <50381805+IndexSeek@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:55:09 -0400 Subject: [PATCH] docs: fix spelling in pivot_longer explanation (#9780) Fixing typo in `pivot_longer` explanation. I have also submitted an upstream PR to catch this in the future, although it's unlikely we'll re-encounter it. https://github.com/codespell-project/codespell/pull/3507 --- ibis/expr/types/relations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibis/expr/types/relations.py b/ibis/expr/types/relations.py index ae9511740cdf..40164077b7d5 100644 --- a/ibis/expr/types/relations.py +++ b/ibis/expr/types/relations.py @@ -3759,7 +3759,7 @@ def pivot_longer( │ ABW │ SP.URB.TOTL │ 2004 │ 42317.0 │ └─────────┴─────────────┴────────┴─────────┘ - `pivot_longer` has some preprocessing capabiltiies like stripping a prefix and applying + `pivot_longer` has some preprocessing capabilities like stripping a prefix and applying a function to column names >>> billboard = ibis.examples.billboard.fetch()