Skip to content

Commit 6e2d53e

Browse files
committed
update year in the text
update year in the text
1 parent 971b327 commit 6e2d53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/inequality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ df_income_wealth.describe()
10811081
df_income_wealth.head(n=4)
10821082
```
10831083

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

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

0 commit comments

Comments
 (0)