How to select rows from a DataFrame based on values in some column in pandas?
In SQL I would use:
select * from table where colume_name = some_value.
I tried to look at pandas documentation but did not immediately find the answer.
from Select rows from a DataFrame based on values in a column in pandas
No comments:
Post a Comment