Posts by Felipe Milhomem Parisotto • 1 point
2 posts
-
0
votes0
answers190
viewsQ: Insert data into Postgresql using Dataframe Pandas
Prazados, I am working on a particular project in which I want to do an ETL with Python and Postgresql. I intended to consume a GET API using request, persist this data in a Dataframe and after…
-
0
votes1
answer83
viewsQ: How to Insert in Postgresql based on data from a Dataframe
I am trying to make an Index of the data I have in a Dataframe (regastei via API GET) for a table I created in Postgresql. I searched a lot but I could not get a return. Someone can help me?…