1
resposta

Porcentagem Gorjeta

Boa noite.

Eu estou seguindo o exercicio da aula 'Coluna Porcentagem', porem um dos comandos voltou o seguinte erro abaixo:

gorjetas.porcentagem = gorjetas.porcentagem.round(2)

---------------------------------------------------------------------------

AttributeError                            Traceback (most recent call last)

AttributeError: 'float' object has no attribute 'rint'


The above exception was the direct cause of the following exception:

TypeError                                 Traceback (most recent call last)

<ipython-input-73-3a4ebf47c7d3> in <module>()
----> 1 gorjetas.porcentagem = gorjetas.porcentagem.round(2)

/usr/local/lib/python3.7/dist-packages/pandas/core/series.py in round(self, decimals, *args, **kwargs)
   2217         """
   2218         nv.validate_round(args, kwargs)
-> 2219         result = self._values.round(decimals)
   2220         result = self._constructor(result, index=self.index).__finalize__(
   2221             self, method="round"

TypeError: loop of ufunc does not support argument 0 of type float which has no callable rint method

No erro fala que o argumento 0 não é suportado. Não entendi bem este erro.

Agradeço antecipadamente. Fernando

1 resposta

Olá, Fernando! Tudo tranquilo por aí?

Você poderia compartilhar o seu projeto conosco para analisarmos e sermos assertivos com a causa do erro? Pode ser enviando o link do seu notebook. Somente com essa parcela do código não foi possível identificar qual o motivo do erro apresentado.

Fico no aguardo da resposta.

:)