diff --git a/_posts/2021-04-13-HW-1.md b/_posts/2021-04-13-HW-1.md index 75d866c6a6ac4..a846cce6b0ba2 100644 --- a/_posts/2021-04-13-HW-1.md +++ b/_posts/2021-04-13-HW-1.md @@ -146,7 +146,7 @@ Now, import and visualize the countries dataset: # this is the countries data countries_url = "https://raw.githubusercontent.com/mysociety/gaze/master/data/fips-10-4-to-iso-country-codes.csv" countries = pd.read_csv(countries_url) -# countries.head() +countries.head() ```