pandas.DataFrame.set_index, pandas development team, 2023 - Official API documentation for the set_index method, detailing its parameters and behavior.
MultiIndex / Advanced Indexing, pandas development team, 2023 - Pandas user guide section explaining hierarchical indexing and related operations.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A comprehensive guide to Pandas, addressing DataFrame indexing, label-based selection using .loc, and hierarchical indexing.