Last active
August 25, 2022 08:28
-
-
Save verajosemanuel/a2e3e8b7b3389f34a09d12de7f0d87de to your computer and use it in GitHub Desktop.
#python #index levels in #pandas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
df.columns = df.columns.set_levels([df_title], level=0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment