sns.scatterplot(x = "horas_estimadas", y="preço",col="finalizado", data = dados)
AttributeError Traceback (most recent call last) in () ----> 1 sns.scatterplot(x = "horas_estimadas", y="preço",col="finalizado", data = dados)
6 frames /usr/local/lib/python3.6/dist-packages/matplotlib/artist.py in updateproperty(self, k, v) 968 if not callable(func): 969 raise AttributeError('{!r} object has no property {!r}' --> 970 .format(type(self).name, k)) 971 return func(v) 972
AttributeError: 'PathCollection' object has no property 'col'
Não estou conseguindo entender