У меня есть кадр данных, который выглядит следующим образом:
df:
Method Success
A 0.67
B 0.71
C 0.88
A 0.91
B 0.45
C 0.91
Код:
t,p= stats.ttest_ind(group["Method"],group["Success"])
Вывод:
TypeError: unsupported operand type(s) for /: 'str' and 'int'