Skip to content

Instantly share code, notes, and snippets.

@yhoon3002
Created May 30, 2024 10:45
# 행 삭제
DataFrame 객체.drop(행 인덱스 또는 배열, axis=0)
# 열 삭제
DataFrame 객체.drop(열 이름 또는 배열, axis=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment