{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Visualize data with `pandas` and `matplotlib`\n", "\n", "#### Topics covered in this example\n", "* Installing python libraries on the EMR cluster.\n", "* Reading data as `pandas` DataFrame and converting to `NumPy` array.\n", "* Pie, bar, histogram and scatter plots using `matplotlib`." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "***\n", "\n", "## Prerequisites\n", "