0
I’m trying to analyze some data of the secretary of education. I’ve already made the requisition, but... I found a way to do this through the web even, however, there are many schools for this reason I need to automate some steps.
In the image we can see the field "School", I have these names in a *.CSV need to get name by name fill this field and "pick" the school’s CIE number or "link" in it. All this in Python, has like?
You can do all this with Python yes. Using the csv library to manipulate csv data, and requests to send the POST’s and manipulate the information the page will return to you. But it gets very complicated to answer the question asked in the title without the presentation of any code.
– Filipe Gonçalves
I didn’t know where to start. I’ll study about the CSV library and requests and start the code.
– Andre Luiz Silva Oliveira