DataFrame dividido por Rowsum
result.div(result.sum(axis=1), axis=0)
Tough Tuatara
result.div(result.sum(axis=1), axis=0)