{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"id": "view-in-github"
},
"source": [
""
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "KlrhzBXMyHsX"
},
"source": [
"# (Exercise) Earthquake Data Analysis"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "8s95rbr6yQgI"
},
"source": [
""
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "3oiUPDZryR1a"
},
"source": [
"**2014 South Napa CA M6 Earthquake - August 24**\n",
"\n",
"Continuous \"mole-track\" running parallel to the strike of the fault indicates some E-W compression in addition to [right-lateral faulting](https://www.usgs.gov/faqs/what-fault-and-what-are-different-types). Photo taken near Buhman Rd.\n",
"\n",
"Source: *USGS*"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "vSUo3ZWAyWeZ"
},
"source": [
"In this assignment, we will review `pandas` fundamentals, such as how to\n",
"\n",
"* Open csv files\n",
"\n",
"* Manipulate dataframe indexes\n",
"\n",
"* Parse date columns\n",
"\n",
"* Examine basic dataframe statistics\n",
"\n",
"* Manipulate text columns and extract values\n",
"\n",
"* Plot dataframe contents using\n",
"