anhaidgroup / py_entitymatching

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

fix: switch from pandas.np to use numpy directly #142

Closed fventuri-availity closed 3 years ago

fventuri-availity commented 3 years ago

This pull request replaces all the occurrences of 'pd.np' (numpy via pandas) with just 'np' (numpy directly); it also adds (or uncomments) 'import numpy where required.

christiemj09 commented 3 years ago

@fventuri-availity Thanks for this! Would you mind pulling recent upstream changes from master so we can get a working Travis run on the board? Deferring AppVeyor runs to #143.

christiemj09 commented 3 years ago

Cloned fork and rebased on top of master locally, unit tests pass. Merging now! Any snags we can fix in post :)