Return the counts of item after normalising the text, so ginger shows 5 rather…

pandas · from Text with .str

.str.lower().str.strip().str.contains().str.replace().str.split().str.extract()

Putting the kettle on…

Starting up…

Exercise 1

Return the counts of item after normalising the text, so ginger shows 5 rather than being split.

your answer
stuck? the lesson behind it
Text with .str
One capital letter, one wrong number, no error message.