데이터프레임명.drop(columns='제거할 컬러명', inplace=True)
데이터프레임명.drop('제거할 컬러명', axis=1, inplace=True)
데이터프레임명.drop(데이터프레임명[ 조건 ].index, inplace=True)
데이터프레임명.drop(제거할 인덱스명, axis=0, inplace=True)
[개미의 걸음 scikit-learn 2차시] Classification(분류)의 이해 (0) | 2021.02.02 |
---|---|
[개미의 걸음 scikit-learn 1차시] 사이킷런의 이해 (0) | 2021.02.01 |
[개미의 걸음 Pandas 8차시] 인덱스 지정(.index, set_index, reset_index, .index +1) (0) | 2021.01.08 |
[개미의 걸음 Pandas 7차시] null값 처리(isnull().sum(), isna().sum(), fillna(),dropna()) (0) | 2021.01.07 |
[개미의 걸음 Pandas 6차시] DataFrame 조회(info(), describe(),dtypes, quantile, max, median, min) (0) | 2021.01.06 |
댓글 영역