pscore_match
pscore_match copied to clipboard
Update code to newer version of Pandas
Pandas.DataFrame.ix
is not applicable since Panda 1.0.
The code is update to Pandas.DataFrame.iloc
for newer version of Pandas.