anhaidgroup / py_entitymatching

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

Update usage of pandas.np #135

Closed christiemj09 closed 2 years ago

christiemj09 commented 4 years ago

Using Numpy referenced through Pandas raises a FutureWarning advising to import and use Numpy directly instead. Update existing usage of pandas.np to use numpy directly in order to prevent future dependency-based errors.

fventuri-availity commented 3 years ago

I just created a PR for this change: https://github.com/anhaidgroup/py_entitymatching/pull/142

Franco

pavan-kalyan commented 2 years ago

I see that the PR for this has been merged, can this issue be resolved/closed? Are there any pending changes for this issue still?

christiemj09 commented 2 years ago

Ah yes, this issue has been resolved; closing now.