I wrote a python script to download all the census tract data for four different counties, parse it and save it as csv to upload to our database.
it works great! except that sometimes only the first and fourth queries return data.
Is there limit on how fast we can fire off queries to the API?
