Chappo
0
Q:

only keep rows of a dataframe based on a column value

df.loc[df['column_name'] == some_value]
5
df.loc[(df['column_name'] >= A) & (df['column_name'] <= B)]
3

New to Communities?

Join the community