how to shuffle rows in a range in a dataframe code example Example: pandas shuffle rows df = df.sample(frac=1).reset_index(drop=True)