問題は、データに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