From 919635ff290d66f38002995fd8ba6833338475cc Mon Sep 17 00:00:00 2001 From: Nathan Carter Date: Thu, 2 Jul 2020 13:55:57 -0400 Subject: [PATCH] Fixing technical inaccuracy in explanation --- stack-0.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack-0.html b/stack-0.html index 187a386..7982741 100644 --- a/stack-0.html +++ b/stack-0.html @@ -61,7 +61,7 @@

Unstack

df.unstack( level=0 )
-

(The reverse operation is stack.)

+

(The reverse operation is a combination of stack and swaplevel.)