In pandas, how can I reset index without adding a new column? February 13, 2023 by Tarik You can use the drop=True option in reset_index(). See here.