PANDAS Ubah Urutan Kolom di Multiindex
df.reindex(columns= df.columns.reindex(['IWWGCW', 'IWWGDW', 'BASE'],
level = 0)[0])
Graceful Gorilla
df.reindex(columns= df.columns.reindex(['IWWGCW', 'IWWGDW', 'BASE'],
level = 0)[0])