Como remover o nome dos pandas de índice
df = df.rename_axis(None, axis = 1)
Condemned Cowfish
df = df.rename_axis(None, axis = 1)