[Python] Read CSV file using pandas

Jua KIM·2021년 11월 29일
0

python

목록 보기
1/2
import pandas as pd

csv_file = open('{csv file path}')
dataframe = pd.read_csv(csv_file)
profile
AI/ML engineer

0개의 댓글