python - pandas 타입 보기
1 | df.dtypes | cs |
python - pandas 타입 바꾸기
예) string 타입을 다른 타입으로 바꿀때
1 | df['필드명'].astype('float64') | cs |
'python' 카테고리의 다른 글
python - pandas 필드명 바꾸기(이름 바꾸기) (0) | 2019.03.01 |
---|---|
python - pandas 중복제거 (0) | 2019.03.01 |
python pandas의 pivot 해보자 (0) | 2018.03.07 |
python 위경도 거리 구하기 (0) | 2018.03.03 |
python encoding 종류 (0) | 2018.03.03 |