Keep every row whose item contains "ginger", ignoring case — the data has both…

pandas · from query, isin and between

.query().isin().between().str.contains()@variables~

Putting the kettle on…

Starting up…

Exercise 4

Keep every row whose item contains "ginger", ignoring case — the data has both ginger and Ginger.

your answer
stuck? the lesson behind it
query, isin and between
The readable ways to say a filter, once masks stop scaling.