We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971b327 commit 6e2d53eCopy full SHA for 6e2d53e
lectures/inequality.md
@@ -1081,7 +1081,7 @@ df_income_wealth.describe()
1081
df_income_wealth.head(n=4)
1082
```
1083
1084
-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.
1085
1086
```{code-cell} ipython3
1087
data = df_income_wealth[df_income_wealth.year == 2016].sample(3000, random_state=1)
0 commit comments