Estou com o seguinte erro ao tentar executar
Pensei que fiz algo errado mas ao baixar o arquivo do projeto final pelo GitHub também deu erro.
AttributeError Traceback (most recent call last)
<ipython-input-16-0bee096334af> in <cell line: 1>()
----> 1 dados.to_sql('clientes', conn, index=False)
------------------------------------------------------------------------------------------------------------------------
2670 raise TypeError("Query must be a string unless using sqlalchemy.")
2671 args = [] if params is None else [params] ->
2672 cur = self.con.cursor()
2673 try:
2674 cur.execute(sql, *args)
AttributeError: 'Engine' object has no attribute 'cursor'