{ "cells": [ { "cell_type": "markdown", "id": "4e8388ea-3018-4b42-87e5-8bb26323414e", "metadata": {}, "source": [ "# GGIS 4381/6321 - Lab 2 - Data Wrangling and Pandas\n", "\n", "**Authors:** Alexander Michels\n", "\n", "This notebook is a quick crash course on how to perform basic data wrangling tasks using the [Pandas](https://pandas.pydata.org/docs/user_guide/index.html) package." ] }, { "cell_type": "markdown", "id": "5c6fc1b0-a5da-4a67-8a36-8f0785826053", "metadata": {}, "source": [ "
| \n", " | City | \n", "State | \n", "# of UTDs | \n", "
|---|---|---|---|
| 0 | \n", "New York | \n", "New York | \n", "0 | \n", "
| 1 | \n", "Dallas | \n", "Texas | \n", "1 | \n", "
| 2 | \n", "Los Angeles | \n", "California | \n", "0 | \n", "