프로그램

[파이썬] pandas에서 조건 데이터 수정

오디세이99 2022. 11. 8. 23:59
728x90
반응형

 

data.loc[data['column'] == '수정', 'column2'] = 16
728x90
반응형