# Subset an associations object by identifier
associations_ex01['22505']
# Or by its position in table associations
associations_ex01[2]
# Keep all associations except the second
associations_ex01[-2]
Run the code above in your browser using DataLab