df = df.astype(dtype) # type conversion ... Note: useful dtypes for Series conversion: int, float, str ... s = df['col'].astype(float) s = df['col'].abs().
確定! 回上一頁