df = df.reset_index(drop=True)
df.set_index('id', inplace=True)
new_series = series.drop(list_of_indexes_to_be_dropped);