{ "cells": [ { "cell_type": "markdown", "id": "cf8f8182-169a-4fe9-92b5-2fa012b3b2fb", "metadata": {}, "source": [ "# Pen's Parade and Pengrams\n", "\n", "This notebook explores the concepts of Pen's Parade and Pengrams, which are graphical methods used to depict income inequality, both at the individual level and in spatial analysis. The Pen's Parade, named after economist Jan Pen, illustrates the distribution of income by visualizing individuals as different heights proportional to their income. This notebook adapts the Pen's Parade for spatial data, treating regions as units and showing the spatial distribution of income levels across different areas. Through this approach, we can visualize income inequality both geographically and statistically, allowing for a clearer understanding of wealth concentration across regions. Additionally, the notebook demonstrates how to create weighted Pengrams, which adjust the visual representation based on factors such as population size.\n", "\n", "Although we illustrate these methods using income, it is important to highlight that the Pen's Parade and Pengram can be applied not only to income but to other variables like wealth, education levels, or even health metrics." ] }, { "cell_type": "markdown", "id": "aef3cd69-bd75-469a-8e77-9f76353257f1", "metadata": {}, "source": [ "## Data\n", "To illustrate the concepts of Pen's Parade and Pengrams, this notebook utilizes data on per capita Gross Domestic Product (GDP) for Mexico's 32 states, covering the decades from 1940 to 2000. Per capita GDP is calculated by dividing the total GDP of a region by its population, providing a measure of the average economic output per person. This metric serves as a useful indicator of the standard of living and economic development across different states. By analyzing this data, we can effectively visualize and assess income inequality and economic disparities both over time and across various regions within Mexico.\n" ] }, { "cell_type": "code", "execution_count": 17, "id": "f75933de-3bc1-4dcd-95aa-fa89b06ae83c", "metadata": {}, "outputs": [], "source": [ "import geopandas as gpd" ] }, { "cell_type": "code", "execution_count": 18, "id": "6bc6ebcc-6dc3-4760-9434-4497a4203522", "metadata": {}, "outputs": [], "source": [ "gdf = gpd.read_file(\"weighted.shp\")" ] }, { "cell_type": "code", "execution_count": 19, "id": "1fa5a919-b988-439c-a922-e4c071b53bc9", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | POLY_ID | \n", "AREA | \n", "CODE | \n", "NAME | \n", "PERIMETER | \n", "ACRES | \n", "HECTARES | \n", "PCGDP1940 | \n", "PCGDP1950 | \n", "PCGDP1960 | \n", "... | \n", "TEST | \n", "Name_1 | \n", "Population | \n", "NAMEp | \n", "populati_1 | \n", "Y2000 | \n", "y2000_1 | \n", "p | \n", "State | \n", "geometry | \n", "
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | \n", "5 | \n", "5.467030e+09 | \n", "MX01 | \n", "Aguascalientes | \n", "313895.530 | \n", "1.350927e+06 | \n", "546702.985 | \n", "10384.0 | \n", "6234.0 | \n", "8714.0 | \n", "... | \n", "5.0 | \n", "Aguascalientes | \n", "944285 | \n", "Aguascalientes | \n", "944285 | \n", "2.623413e+10 | \n", "27782.0 | \n", "0.009647 | \n", "Aguascalientes | \n", "POLYGON ((-101.8462 22.01176, -101.9653 21.883... | \n", "
1 | \n", "1 | \n", "7.252751e+10 | \n", "MX02 | \n", "Baja California Norte | \n", "2040312.385 | \n", "1.792187e+07 | \n", "7252751.376 | \n", "22361.0 | \n", "20977.0 | \n", "17865.0 | \n", "... | \n", "1.0 | \n", "Querétaro de Arteaga | \n", "1404306 | \n", "Baja California Norte | \n", "1404306 | \n", "4.192556e+10 | \n", "29855.0 | \n", "0.014347 | \n", "Baja California Norte | \n", "MULTIPOLYGON (((-113.13972 29.01778, -113.2405... | \n", "
2 | \n", "2 | \n", "7.225988e+10 | \n", "MX03 | \n", "Baja California Sur | \n", "2912880.772 | \n", "1.785573e+07 | \n", "7225987.769 | \n", "9573.0 | \n", "16013.0 | \n", "16707.0 | \n", "... | \n", "2.0 | \n", "Baja California Sur | \n", "424041 | \n", "Baja California Sur | \n", "424041 | \n", "1.106874e+10 | \n", "26103.0 | \n", "0.004332 | \n", "Baja California Sur | \n", "MULTIPOLYGON (((-111.20612 25.80278, -111.2302... | \n", "
3 | \n", "15 | \n", "5.016584e+10 | \n", "MX04 | \n", "Campeche | \n", "1575361.146 | \n", "1.239620e+07 | \n", "5016583.723 | \n", "3758.0 | \n", "4929.0 | \n", "5925.0 | \n", "... | \n", "15.0 | \n", "Campeche | \n", "690689 | \n", "Campeche | \n", "690689 | \n", "2.497739e+10 | \n", "36163.0 | \n", "0.007056 | \n", "Campeche | \n", "MULTIPOLYGON (((-91.83446 18.63805, -91.84195 ... | \n", "
4 | \n", "22 | \n", "7.339157e+10 | \n", "MX05 | \n", "Chiapas | \n", "1477195.199 | \n", "1.813538e+07 | \n", "7339157.376 | \n", "2934.0 | \n", "4138.0 | \n", "5280.0 | \n", "... | \n", "22.0 | \n", "Chiapas | \n", "3920892 | \n", "Chiapas | \n", "3920892 | \n", "3.404903e+10 | \n", "8684.0 | \n", "0.040057 | \n", "Chiapas | \n", "POLYGON ((-91.4375 17.24111, -91.35278 17.1763... | \n", "
5 rows × 43 columns
\n", "