#Python 3 #Declare list of index #and just assign it to the existing dataframe separate_list = [1,2,3,4,5] df.index = separate_list
#cree un indice par defaut sur la base de donnee df.reset_index()