Q. Which method is used to drop a level from a MultiIndex in pandas?
β
Correct Answer: (C)
droplevel()
Explanation: The droplevel() method removes a specified level from a MultiIndex.