Your 2 column probably has a float dtype: >>> df 0 1 2 3 0 a a NaN a 1 b b NaN b 2 c c NaN c >>> df.dtypes 0 object 1 object 2 float64 3 object dtype: ...
確定! 回上一頁