Skip to content

Conversation

@khacnha
Copy link

@khacnha khacnha commented May 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant