anhaidgroup / py_entitymatching

BSD 3-Clause "New" or "Revised" License
183 stars 48 forks source link

Update matcherutils.py - fix module 'pandas' has no attribute 'np' #166

Open khacnha opened 3 months ago

khacnha commented 3 months ago

Error:

module 'pandas' has no attribute 'np' in line py_entitymatching/matcher/matcherutils.py", line 224, in impute_table imp.statistics_[pd.np.isnan(imp.statistics_)] = val_all_nans

Fixed:

Replace pd.np.isnan with np.isnan