由于pandas版本0.24.0,数据类型:
data[‘id‘]=data[‘id‘].astype(‘Int64‘)
解决ValueError: cannot convert float NaN to integer
原文:https://www.cnblogs.com/cupleo/p/14592897.html