Industry 4.0/Machine Learning
kaggle 에서 Titanic data set 불러오기
I s a a c
2020. 9. 18. 00:03
728x90
반응형
Kaggle: Your Machine Learning and Data Science Community
Kaggle is the world’s largest data science community with powerful tools and resources to help you achieve your data science goals.
www.kaggle.com
Titanic 검색
Data 에서 아래에 보면 Download All 을 클릭해서
.csv data set 을 내려받는다
import pandas as pd
pd.read_csv(' 내려받은 csv 파일 위치 ')
728x90
반응형