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

Well done!

You have completed Analyzing Books with Pandas!

Video Player
00:00
00:00
00:00
  1. 2x 2x
  2. 1.75x 1.75x
  3. 1.5x 1.5x
  4. 1.25x 1.25x
  5. 1.1x 1.1x
  6. 1x 1x
  7. 0.75x 0.75x
  8. 0.5x 0.5x
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 all strings. An array’s size is immutable. Once the array is created, the size cannot be changed. >>> np.zeros(10) array([0., 0., 0., 0., 0., ...