In [11]: df2.dtypes Out[11]: A float64 B datetime64[ns] C float32 D int32 E category F object ... which requires casting every value to a Python object.
確定! 回上一頁