If you have a pandas dataframe called df
and want to show the rows where the column nl10301
is greater than or equal to 77
you can use the following code:
main.py45 chars4 lines
This will return a new dataframe with only the rows where the condition is met.
gistlibby LogSnag