anhaidgroup / py_entitymatching

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

Update DataFrame.ix usage #134

Closed christiemj09 closed 4 years ago

christiemj09 commented 4 years ago

Starting with pandas 0.20.0, the .ix indexer was deprecated. Pandas 1.0.0 was released on January 29, 2020, which removed the deprecated indexer from the package. Don't pin py_entitymatching to an old version of Pandas; instead, update usage of the deprecated indexer to .loc or .iloc.

christiemj09 commented 4 years ago

Fixed in issue #138; closing now.