Skip to course content
Free Python statistics course

Statistical Data Analytics with Python

Module 03 Summary

What this module established

numpy and pandas disagree about the standard deviation by default — np.std uses ddof=0 and Series.std uses ddof=1. On 61 delivery times that is 26.74 against 26.97, and at n = 10 it is about 5%.

Carry forward

Before moving on

Move on when every sentence you have written names its measure, size, comparison and period.