Skip to content

Commit

Permalink
update year in the text
Browse files Browse the repository at this point in the history
update year in the text
  • Loading branch information
longye-tian committed Jul 5, 2024
1 parent 971b327 commit 6e2d53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/inequality.md
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ df_income_wealth.describe()
df_income_wealth.head(n=4)
```

We will focus on wealth variable `n_wealth` to compute a Gini coefficient for the year 1990.
We will focus on wealth variable `n_wealth` to compute a Gini coefficient for the year 2016.

```{code-cell} ipython3
data = df_income_wealth[df_income_wealth.year == 2016].sample(3000, random_state=1)
Expand Down

0 comments on commit 6e2d53e

Please sign in to comment.