Loading notebook runner...
Module 5
Use 401K to discuss bounded, nonnormal outcomes and approximate inference.
Related dataset
401K
Estimated time
35 to 55 min
Packages
pandas, numpy, scipy
Expected output
Printed Python results that can be compared with the lesson explanation.
Learning goals
Common errors
Dataset path helper
import pandas as pd
df = pd.read_csv("/data/module-5/401K.csv")
df.head()