[PYTHON/PANDAS] Series 클래스 : replace 메소드를 사용해 컬럼 문자열 값 변경하기

■ Series 클래스의 replace 메소드를 사용해 컬럼의 문자열 값을 변경하는 방법을 보여준다.

main.py

requirements.txt

※ pip install pandas 명령을 실행했다.

titanic.csv

Advertisements