First time here? Check out the FAQ!
answered 2020-06-24 18:58:39 +0100
The syntax to filter rows of a dataframe in pandas is the following:
feuille_utilise[feuille_utilise['Entreprise liée'] == "non"]