Python中int32转int64

用pandas里的astype加上np.int64

xybasezhanbi['year'] = xybasezhanbi['year'].astype(np.int64)


你可能感兴趣的:(Python中int32转int64)