본문 바로가기
TIL

Data Handling | pandas dataframe

by 홍차23 2021. 1. 5.

# 인덱스가 이미 있는 csv 파일인 경우 - if the first column in the CSV file has index values

df2 = pd.read_csv('train.csv', index_col=0)

'TIL' 카테고리의 다른 글

구글 애널리틱스 React-GA 연결하기  (0) 2021.01.19
python mongodb | dnspython  (0) 2021.01.05
카카오톡 테마 만들기 - ios  (0) 2020.11.08
HTML&CSS | 이미지 비율 유지하기  (0) 2020.09.14
mysql db 연결에러 해결  (0) 2020.03.06

댓글