Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Intro

By Megan Amendola

Download the Jupyter Notebook here

Goodreads Dataset by Soumik

NumPy

NumPy is short for Numerical Python. In NumPy, you work with arrays similar to a Python list, except they can only hold one type of data. IE: All integers or all floats or...