AttributeError Traceback (most recent call last) in () ----> 1 gorjetas = gorjetas.sobremesa.map(sim_nao)
/usr/local/lib/python3.6/dist-packages/pandas/core/generic.py in getattr(self, name) 5139 if self.infoaxis.canhold_identifiers_and_holds_name(name): 5140 return self[name] -> 5141 return object.getattribute(self, name) 5142 5143 def setattr(self, name: str, value) -> None:
AttributeError: 'Series' object has no attribute 'sobremesa'
Não sei porque está apresentando esse erro!