open_in_new
content_copy
# Filtering with multiple conditions '&' operator df[(df['ID'] == 'C1') & (df['Value'] > 100)]