Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created April 8, 2020 16:33
Show Gist options
  • Save lakshay-arora/761d26ccd85bfaffe0362c0cce5ce3a2 to your computer and use it in GitHub Desktop.
Save lakshay-arora/761d26ccd85bfaffe0362c0cce5ce3a2 to your computer and use it in GitHub Desktop.
for folder in range(1, 35):
file_name = 'region_' + str(folder) + '.csv'
data = pd.read_csv('dataset/'+ str(folder) +'/' +file_name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment