Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Select_list = ["Amygdala", "Hippocampus", "Lateral-Ventricle", "Pallidum", "Putamen", "Thalamus", "Caudate"]
  2. Side = ["Left", "Right"]
  3. #Selected columns
  4. if(Select_list):
  5. for s in Side:
  6. for struct in Select_list:
  7. volumes_c = group_c.filter(regex="^(?=.*"+s+")(?=.*"+struct+")(?=.*Volume)")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement