From a983baa21530f0b915c48b1b4c036e40d4eb65da Mon Sep 17 00:00:00 2001 From: Rohan Jha Date: Sat, 3 Feb 2024 11:39:57 -0800 Subject: [PATCH] Update loading-looking.ipynb --- content/03-pandas/loading-looking.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/03-pandas/loading-looking.ipynb b/content/03-pandas/loading-looking.ipynb index ca49264..8178fed 100644 --- a/content/03-pandas/loading-looking.ipynb +++ b/content/03-pandas/loading-looking.ipynb @@ -22,7 +22,7 @@ "Throughout this chapter, we will use `pandas` to explore a dataset on beer sales across 50 continental states in the US. \n", "Above, we have already imported in `pandas` as `pd`, a common nickname for `pandas` (similar to how `numpy` is often abbreviated to `np`).\n", "\n", - "The dataset we're using is sourced from [_Salience and Taxation: Theory and Evidence_](https://www.aeaweb.org/articles?id=10.1257/aer.99.4.1145) by Chetty, Looney, and Kroft (AER 2009). The original data can be found at the paper's [replication package](https://www.openicpsr.org/openicpsr/project/113312/version/V1/view), and we have modified it for education use. The dataset includes 7 columns:\n", + "The dataset we're using is sourced from [_Salience and Taxation: Theory and Evidence_](https://www.aeaweb.org/articles?id=10.1257/aer.99.4.1145) by Chetty, Looney, and Kroft (AER 2009). The original data can be found at the paper's [replication package](https://www.openicpsr.org/openicpsr/project/113312/version/V1/view), and we have modified it for educational use. The dataset includes 7 columns:\n", "- `st_name`: the state abbreviation\n", "- `year`: the year the data was recorded\n", "- `c_beer`: the quantity of beer consumed, in thousands of gallons\n",