Sat Jan 23 2021 20:15:50 GMT+0000 (Coordinated Universal Time)
Saved by @exe
# Filtering with multiple conditions '&' operator df[(df['ID'] == 'C1') & (df['Value'] > 100)]
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments