How many orders came from each city

pandas · from Summarising a table

.describe().value_counts().nunique().agg().count()numeric_only

Putting the kettle on…

Starting up…

Exercise 2

How many orders came from each city? Return the counts.

your answer
stuck? the lesson behind it
Summarising a table
describe() is a checklist, not a report — run it on everything.