Subset df: col value = value_0

 avatar
user_6939821
python
2 years ago
75 B
4
Indexable
#select rows where 'points' column is equal to 7
df.loc[df['points'] == 7]
Editor is loading...