Filtering Boolean indexing with .loc

PHOTO EMBED

Sat Jan 23 2021 20:19:07 GMT+0000 (Coordinated Universal Time)

Saved by @exe

# Boolean indexing with .loc

df.loc[df['Value'] > 100]
content_copyCOPY