Skip to content

Instantly share code, notes, and snippets.

@nipunbatra
Created September 21, 2016 10:53
Show Gist options
  • Save nipunbatra/90fcb3851c800ec5065db6d526dd3e83 to your computer and use it in GitHub Desktop.
Save nipunbatra/90fcb3851c800ec5065db6d526dd3e83 to your computer and use it in GitHub Desktop.
cols_to_use = []
for degree in range(1, 360, 2):
cols_to_use.append("Latitude."+str(degree))
cols_to_use.append("Longitude."+str(degree))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment