問題は、データにNaN
が含まれていることです 値なので、int
自動的にfloat
にキャストされます 。
Typeclass Promotion dtype for storing NAs
floating no change
object no change
integer cast to float64
boolean cast to object
問題は、データにNaN
が含まれていることです 値なので、int
自動的にfloat
にキャストされます 。
Typeclass Promotion dtype for storing NAs
floating no change
object no change
integer cast to float64
boolean cast to object