pandas slice based on column value

49

pandas slice based on column value -

df.loc[df['column_name'] == some_value]

Comments

Submit
0 Comments