{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Data Exploration\n", "\n" ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": true, "scrolled": true }, "outputs": [], "source": [ "import os\n", "import pandas as pd\n", "import settings\n", "\n", "% matplotlib inline" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
| \n", " | Nation | \n", "Year | \n", "Pop | \n", "
|---|---|---|---|
| 0 | \n", "North America | \n", "1980 | \n", "320.27638 | \n", "
| 1 | \n", "Bermuda | \n", "1980 | \n", "0.05473 | \n", "
| 2 | \n", "Argentina | \n", "1980 | \n", "28.3698 | \n", "
| 3 | \n", "Former U.S.S.R. | \n", "1980 | \n", "265.92182 | \n", "
| 4 | \n", "Georgia | \n", "1980 | \n", "-- | \n", "
\\n\"+\n", " \"BokehJS does not appear to have successfully loaded. If loading BokehJS from CDN, this \\n\"+\n", " \"may be due to a slow or bad network connection. Possible fixes:\\n\"+\n", " \"
\\n\"+\n", " \"\\n\"+\n",
" \"from bokeh.resources import INLINE\\n\"+\n",
" \"output_notebook(resources=INLINE)\\n\"+\n",
" \"\\n\"+\n",
" \"