Cómo cambiar el índice en DataFrame Python
index = [1,2]
df.index = index
Bewildered Barracuda
index = [1,2]
df.index = index