Na aula de variância meu código de desvio da erro: notas_fulano['(Desvio)^2'] = notas_fulano['Desvio'].pow(2) notas_fulano
erro: KeyError: 'Desvio'
The above exception was the direct cause of the following exception:
KeyError Traceback (most recent call last)