Skip to content
Advertisement

Tag: socrata

Use a python list in a Socrata Request

I have connected to a public dataset using Socrata. As this dataset is very large, I would like to use a where statement in the .get statement to filter out certain records. I only want to import records for which I have matching records in my SQL database. I have created a Python list of these Id’s. I would like

Advertisement