Skip to content

Commit

Permalink
Fixing technical inaccuracy in explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancarter committed Jul 2, 2020
1 parent 40b6aa8 commit 919635f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack-0.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<body>
<h1>Unstack</h1>
<pre>df.unstack( level=0 )</pre>
<p>(The reverse operation is stack.)</p>
<p>(The reverse operation is a combination of stack and swaplevel.)</p>
<hr/>
</body>
</html>

0 comments on commit 919635f

Please sign in to comment.