Concept Flow - MultiIndex (hierarchical indexing)
Create MultiIndex from tuples
Assign MultiIndex to DataFrame
Access data by outer level
Access data by inner level
Slice or filter using MultiIndex
We build a MultiIndex from tuples, assign it to a DataFrame, then access or slice data by levels.