Subset df: col value = value_0

 avataruser_6939821
python
2 months ago
75 B
1
Indexable
Never
#select rows where 'points' column is equal to 7
df.loc[df['points'] == 7]