-1
How could I make a looping to bring information from the request of a csv coordinate list and take the result to another csv?
import requests
import pandas as pd
parametro = dict(latitude=-23.512294, longitude=-46.667259, status=1, lista=1, limite=96, acessibilidade='')
r = requests.post('https://www.banco24horas.com.br/index/busca-json-terminal', data=parametro)
df = r.json()
display(df)
Look - telling how to write a CSV from the thick of this data is relatively easy - but if you (or you) have any other programming needs out there, I suggest studying the Python language more systematically for a few days
– jsbueno