From c2514630993b95489a17e5eea00294fde7bdc6f4 Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 23 Feb 2024 11:44:36 +1100 Subject: [PATCH] add quantecon back in for now re: gini_coefficient --- lectures/inequality.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lectures/inequality.md b/lectures/inequality.md index 31954b14..50ed5a38 100644 --- a/lectures/inequality.md +++ b/lectures/inequality.md @@ -61,7 +61,13 @@ In this lecture we discuss standard measures of inequality used in economic rese For each of these measures, we will look at both simulated and real data. -We will use the following imports. +We need to install the `quantecon` package. + +```{code-cell} ipython3 +!pip install quantecon +``` + +We will also use the following imports. ```{code-cell} ipython3 import pandas as pd