Result Size: 625 x 571
demo_ml_scale_mean2.py:
x
 
import pandas
import numpy
df = pandas.read_csv("cars2.csv")
v = df['Volume']
#Finding the mean value:
mean = numpy.mean(v)
print(mean)
C:\Users\My Name>python demo_ml_scale_mean2.py
1.6111111111111116