Loading notebook runner...
Module 2
A reusable project notebook students can edit to choose y and x, estimate the model, and write an interpretation.
Related dataset
wage_sample.csv
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/wage_sample.csv")
df.head()