I\'m trying to drop empty rows of \'price\' column and reset them after. But both df = reset_index(drop=True) and df.reset_index(drop=True, inplace=True)<
df = reset_index(drop=True)
df.reset_index(drop=True, inplace=True)<