ArticlePandas에서 csv 데이터 빠르게 읽기whdgus9282022-10-041분from pyarrow import csvdf=csv.read_csv('파일이름').to_pandas()csv 파일을 읽을때 위 코드를 사용하면 더 빠르다csvpandas