df['a'] = df['a'].astype(float) df.dtypes a float64 b int64 c int64 dtype: object ## 이렇게 온전한 숫자 타입에서 다른 숫자타입으로 변경시 ...
確定! 回上一頁