Skip to content

Instantly share code, notes, and snippets.

@click-here
Created August 2, 2016 16:32
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save click-here/68695aa96da6d39eb6e9e4703c2a7b83 to your computer and use it in GitHub Desktop.
for zc in ziplist:
try:
query = "ZILL/Z"+str(zc)+"_"+zillow_code
df = quandl.get(query, authtoken=api_key)
df.columns = [str(zc)]
move_df = move_df.join(df)
except:
not_found_zips.append(zc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment