Hi, Pyhton has deprecated "ix" option in dataframe. In my case, replace "ix" with "loc" in the sumstats.py script resolved the issue.
Hi,
Pyhton has deprecated "ix" option in dataframe.
In my case, replace "ix" with "loc" in the sumstats.py script resolved the issue.