Statistics
Learn about the statistics module in Python.
We'll cover the following...
Introduction to the statistics module
Python also provides you with a statistics module. Here are some of the functions provided by the import statistics
command:
-
mean(data)
: ...