[pandas] 데이터 프레임 타입 변경 astype()

1. 타입 확인 : dtypes

2. 타입 변경 : astype('타입')

 - 원하는 컬럼의 타입만 바꾸기 astype({'columns':'type'})