OverflowError: Python int too large to convert to C long

df.col.astype(int)

OverflowError: Python int too large to convert to C long

df.col.astype(int64)

你可能感兴趣的:(DataFrame,python,c语言,开发语言)