TG Telegram Group & Channel
Python Codes | United States America (US)
Create: Update:

To shuffle pandas DataFrame df (in a reproducible way):

df = df.sample(frac=1, random_state=123).reset_index(drop=True)

Alternatively, you can use sklearn.utils.shuffle().

#pandas

@Python_Codes

To shuffle pandas DataFrame df (in a reproducible way):

df = df.sample(frac=1, random_state=123).reset_index(drop=True)

Alternatively, you can use sklearn.utils.shuffle().

#pandas

@Python_Codes


>>Click here to continue<<

Python Codes




Share with your best friend
VIEW MORE

United States America Popular Telegram Group (US)