índice de reinicio de pandas sin agregar columna

# without adding index column --> drop = True
df = df.reset_index(drop=True)
D Goglia