diff --git a/pivot-table.html b/pivot-table.html index c64d3d5..58d73c3 100644 --- a/pivot-table.html +++ b/pivot-table.html @@ -63,7 +63,7 @@
df.pivot_table( index=["First","Last"], columns="Sale", aggfunc="sum" )+
df.pivot_table( index=["First","Last"], columns="Customer", values="Sale", aggfunc="sum" )