Unit 2 script using pd.read_csv(...) yet not importing pandas

In Unit 2, 2.3 Multiple linear regression the code provided makes use of the function pd.read_csv. However, pandas is not imported. Should the line import pandas as pd be added?

Yes thanks for the observation, please do that.

We will correct that error ASAP.