Loading notebook runner...
Module 5
Compare WAGE1 residual histograms for wage and log(wage).
Related dataset
WAGE1
Estimated time
25 to 40 min
Packages
pandas, numpy, matplotlib
Expected output
A printed summary plus a chart in the output panel.
Learning goals
Common errors
Dataset path helper
import pandas as pd
df = pd.read_csv("/data/module-5/WAGE1.csv")
df.head()