anhaidgroup / py_entitymatching

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

Update DataFrame indexers #138

Closed christiemj09 closed 4 years ago

christiemj09 commented 4 years ago

This PR updates usage of the recently unsupported indexer DataFrame.ix to its undeprecated counterparts DataFrame.loc or DataFrame.iloc; see issue #134 for details.

christiemj09 commented 4 years ago

All AppVeyor and Travis checks pass; no new functionality added, just getting back to a working build; merging now.