In [3]:
%matplotlib inline
import pandas as pd
import numpy as np
import matplotlib as mpl
import matplotlib.pyplot as plt
import mrjobs as mr
Copy this notebook. Rename it as: YOURNAME-HW4-mapreduce-XX
with your name replacing YOURNAME and the xx replaced with the date you submit or copy this HW.
.
Upload your completed jupyter notebook to elearning site as your homework submission. Do not put this notebook on your github.
Do all the homeworks problems below: As noted doing the homework gets a 3 out of 5. To do more create tutorials on how to use Map reduce for different analysis that were not assigned in this HW.
Use the data/bible+shakes.nonpunc.txt file as the source of you analysis in this homework
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]: