Skip to content

Commit

Permalink
docs: fix spelling in pivot_longer explanation (#9780)
Browse files Browse the repository at this point in the history
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.

codespell-project/codespell#3507
  • Loading branch information
IndexSeek authored Aug 6, 2024
1 parent c1dcf67 commit 3201d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/expr/types/relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3201d8b

Please sign in to comment.