728x90
df = df.sample(frac=1) # row 전체 shuffle
df = df.sample(frac=1).reset_index(drop=True) # shuffling하고 index reset
728x90
'CS' 카테고리의 다른 글
[Ubuntu]command tr (0) | 2020.11.12 |
---|---|
[Pandas]dataframe에서 특정 column값 기준으로 상위 rows 선별 (0) | 2020.11.10 |
(미완)[SQL]기본 쿼리 예제 모음 (0) | 2020.11.07 |
(미완)[Python]Global Interpreter Lock에 대해서 (0) | 2020.11.06 |
[Database]RDBMS(Relational DataBase Management System)란 무엇인가? (0) | 2020.11.03 |