We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4773a commit 1d9569dCopy full SHA for 1d9569d
doc/source/advanced.rst
@@ -59,7 +59,7 @@ Creating a MultiIndex (hierarchical index) object
59
60
The ``MultiIndex`` object is the hierarchical analogue of the standard
61
``Index`` object which typically stores the axis labels in pandas objects. You
62
-can think of ``MultiIndex`` an array of tuples where each tuple is unique. A
+can think of ``MultiIndex`` as an array of tuples where each tuple is unique. A
63
``MultiIndex`` can be created from a list of arrays (using
64
``MultiIndex.from_arrays``), an array of tuples (using
65
``MultiIndex.from_tuples``), or a crossed set of iterables (using
0 commit comments