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