pythonbook
pythonbook copied to clipboard
https://ethanweed.github.io/pythonbook/03.01-descriptives.html#calculating-the-mean-in-python
Corrected spelling error:
Now, as you may remember (you do remember, right?) I spent some time whining back in [the previous chapter about how the Python developers were really mean because they gave us a built-in function for adding but not for averaging, and I made a big deal about how we had to import statistics.mean. So why, I hear you ask, can we all of sudden calculate means without importing statistics.mean?