Loading notebook runner...
Module 6
Bootstrap a coefficient and write a careful interpretation with uncertainty.
Related dataset
M6_WAGE_SCALING
Estimated time
35 to 55 min
Packages
pandas, numpy
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-6/M6_WAGE_SCALING.csv")
df.head()