How can you reset the index of a Pandas DataFrame?
df.reset_index()
df.set_index()
df.index_reset()
This question is part of this quiz :