Home [Python] Pandas에서 특정 컬럼 제외하고 나머지 선택
Post
Cancel

[Python] Pandas에서 특정 컬럼 제외하고 나머지 선택

1
2
특정 컬럼 제외하고 나머지
df.loc[:, df.columns != 'b']
This post is licensed under CC BY 4.0 by the author.

[Python] multiprocessing Pool

[Python] Pandas에서 특정 컬럼을 Label로 변경