pscore_match icon indicating copy to clipboard operation
pscore_match copied to clipboard

Replaced ix with iloc

Open nickmalleson opened this issue 3 years ago • 0 comments

.ix has been deprecated which meant the matching didn't work for me.

I made a 1-line change to match.py, replacing the .ix call with .iloc.

I tested the change in my local copy and it seemed to fix the error, but I have made this change directly to github so haven't verified that my suggestion works.

P.S. Thanks for an amazing package!

nickmalleson avatar Sep 20 '21 16:09 nickmalleson