Created
September 21, 2016 10:53
-
-
Save nipunbatra/90fcb3851c800ec5065db6d526dd3e83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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