Timothy Helton
May 17, 2017
NOTE:
This notebook uses code found in the
k2datascience.roots module.
To execute all the cells do one of the following items:
In [1]:
from k2datascience import roots
from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"
%matplotlib inline
In [2]:
roots = roots.Indeed()
roots.load_data()
roots.zip_code_data.shape
roots.zip_code_data.dtypes
roots.zip_code_data.head()
roots.zip_code_data.tail()
Out[2]:
Out[2]:
Out[2]:
Out[2]: