Skip to content

Commit c75c96e

Browse files
author
Chang She
committedMay 17, 2012
DOC: reworded description for MultiIndex
1 parent d94dcd0 commit c75c96e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎doc/source/indexing.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,9 @@ Hierarchical indexing (MultiIndex)
567567
Hierarchical indexing (also referred to as "multi-level" indexing) is brand new
568568
in the pandas 0.4 release. It is very exciting as it opens the door to some
569569
quite sophisticated data analysis and manipulation, especially for working with
570-
higher dimensional data. In essence, it enables you to effectively store and
571-
manipulate arbitrarily high dimension data in a 2-dimensional tabular structure
572-
(DataFrame), for example. It is not limited to DataFrames.
570+
higher dimensional data. In essence, it enables you to store and manipulate
571+
data with an arbitrary number of dimensions in lower dimensional data
572+
structures like Series (1d) and DataFrame (2d).
573573

574574
In this section, we will show what exactly we mean by "hierarchical" indexing
575575
and how it integrates with the all of the pandas indexing functionality

0 commit comments

Comments
 (0)
Please sign in to comment.