Monthly Archive: 1월 2018

[Kaggle] Titanic 데이터 분석

[Kaggle] Titanic 데이터 분석 import pandas as pd train = pd.read_csv(‘input/train.csv’) test = pd.read_csv(‘input/test.csv’) print(“=============train==============”) print(train.head()) print(“=============test==============”) print(test.head()) print(train.shape) #891개 데이터, 12개 컬럼 print(test.shape) #418개 데이터, 12개 컬럼 print(train.info()) #데이터...

영어3

What three words would you use to describe today? 오늘을 세단어로 표현한다면, 어떤 단어? I woulld describe today as having been “productive” “생산적”이라는 단어로 오늘을 표현할 수 있겠다. It seemed...