Python を使った統計学入門
Maggie Matsui
Content Developer, DataCamp
または...
しかし...


車で通勤しているのは何%か?

1/0)1, 2, ...)1)2)3)4)5)import numpy as np
np.mean(car_speeds['speed_mph'])
40.09062

demographics['marriage_status'].value_counts()
single 188
married 143
divorced 124
dtype: int64

Python を使った統計学入門