We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2132c6 commit 2ac201dCopy full SHA for 2ac201d
1 file changed
narwhals-python/universal_processing.py
@@ -38,7 +38,7 @@ def universal_pivot_v1(df: IntoFrameT) -> IntoFrameT:
38
on="party_name",
39
index="century",
40
values="last_name",
41
- aggregate_function="count"
+ aggregate_function="count",
42
)
43
.to_native()
44
@@ -53,7 +53,7 @@ def universal_pivot_v2(df: IntoFrameT) -> IntoFrameT:
53
54
55
56
57
58
59
0 commit comments