Use .query() to keep the rows where cups is over 100
pandas · from query, isin and between
.query().isin().between().str.contains()@variables~Putting the kettle on…
Starting up…
Exercise 1
Use .query() to keep the rows where cups is over 100.
your answer
stuck? the lesson behind it
query, isin and between
The readable ways to say a filter, once masks stop scaling.