Return the mean temperature per city as a 3-element array, ignoring missing rea…

NumPy · from Capstone: analysis without pandas

np.isnannp.bincountnp.argsortnp.percentilemasksnp.unique

Putting the kettle on…

Starting up…

Exercise 3

Return the mean temperature per city as a 3-element array, ignoring missing readings. Use np.bincount.

your answer
stuck? the lesson behind it
Capstone: analysis without pandas
Inspect, clean, aggregate, rank — 270 readings and no DataFrame in sight.