Skip to content

Commit 395657e

Browse files
committed
test the problem
This commit is to test whether the problem is due to this code.
1 parent 3653c62 commit 395657e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lectures/inequality.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,12 +1091,6 @@ data = df_income_wealth[df_income_wealth.year == 2016]
10911091
data.head(n=2)
10921092
```
10931093

1094-
We can first compute the Gini coefficient using the function defined in the lecture above.
1095-
1096-
```{code-cell} ipython3
1097-
gini_coefficient(data.n_wealth.values)
1098-
```
1099-
11001094
Now we can write a vectorized version using `numpy`
11011095

11021096
```{code-cell} ipython3

0 commit comments

Comments
 (0)