🔒 Preview mode. The first 15 Foundations lessons are free; this one is Pro. Start a 7-day trial to unlock the editor, AI hints and the rest of the curriculum. Card required, cancel any time in Dashboard.Start 7-day trial →
← Courses›Data Science Applied›Module 1 · Python for Data · Recap›pandas MultiIndex (hierarchical indexing)quiz27 / 104
+100 XP
Task
📝 **Question:** After `df.groupby(['region', 'product'])['amount'].sum()`, how do you turn the inner 'product' level into columns?
📋 Pick the right answer.
💡 **Hint:** Re-read the theory above if unsure.
🎯 Quiz
Question
📝 **Question:** After `df.groupby(['region', 'product'])['amount'].sum()`, how do you turn the inner 'product' level into columns?
📋 Pick the right answer.
💡 **Hint:** Re-read the theory above if unsure.