Skip to content

Commit

Permalink
Update importa_arquivos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
royopa committed Oct 4, 2020
1 parent a1c7b11 commit ee08613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importa_arquivos.py
Expand Up @@ -97,7 +97,7 @@ def main():
print('Salvando resultado capturado no arquivo', file_path)
df.to_csv(file_path, mode='a', index=False)

engine = create_engine('sqlite:///data.sqlite', echo=True)
engine = create_engine('sqlite:///data.sqlite', echo=False)
sqlite_connection = engine.connect()
print('Importando usando pandas to_sql')
df.to_sql(
Expand Down

0 comments on commit ee08613

Please sign in to comment.