TypeError: ufunc 'isnan' not supported for the input types, and the inputs could not be safely
原来的写法:
np.isnan(df['E'][i])
df['E'][i]里面的内容是字符串,报错提示输入类型的问题,因此我换了pandas的
改成:
pd.isna(data['E'][i])
本文来自博客园,作者:沉迷编程的程序员,转载请注明原文链接:https://www.cnblogs.com/codeDevotee/p/13572196.html
欢迎各位找我代写程序,python、c#、web等都可以,加我请注明博客园微信:A15919195482