AttributeError: module 'numpy' has no attribute 'isin'
我用的是adaconda,怎么办。。。
我用的是adaconda,怎么办。。。
2018-02-27
算0-3列直接把计算最小值改下书就行吧....: np.min(df.iloc[:,0:3][~np.isin(df.iloc[:,0],missSet)])
2018-02-12