indeks resetowania pandy bez dodawania kolumny

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