[PYTHON/PANDAS] read_table 함수 : sep/header 인자를 사용해 CSV 파일 데이터 로드하기

■ read_table 함수에서 sep/header 인자를 사용해 CSV 파일 데이터를 로드하는 방법을 보여준다.

main.py

requirements.txt

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

tips.csv

Advertisements