I'm trying to access all the rows of a dataframe if the "match" column is "False".
Since I can't upload an image, I will explain the data. The dataframe has several columns, and I am only interested in the "match" column. I will keep all the rows when the "match" column's values are "False"
SyntaxError: invalid syntax