File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -567,9 +567,9 @@ Hierarchical indexing (MultiIndex)
567
567
Hierarchical indexing (also referred to as "multi-level" indexing) is brand new
568
568
in the pandas 0.4 release. It is very exciting as it opens the door to some
569
569
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) .
573
573
574
574
In this section, we will show what exactly we mean by "hierarchical" indexing
575
575
and how it integrates with the all of the pandas indexing functionality
You can’t perform that action at this time.
0 commit comments