Article

Pandas에서 csv 데이터 빠르게 읽기

1분

from pyarrow import csv

df=csv.read_csv('파일이름').to_pandas()

csv 파일을 읽을때 위 코드를 사용하면 더 빠르다

whdgus928

댓글 0개