Introduction to NumPy
Learn how to use NumPy arrays in Python to perform mathematical operations and wrangle data with the best of them!
Start Course for Free4 Hours13 Videos49 Exercises2,621 Learners4250 XP
Create Your Free Account
or
By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA. You confirm you are at least 16 years old (13 if you are an authorized Classrooms user).Loved by learners at thousands of companies
Course Description
NumPy is an essential Python library. TensorFlow and scikit-learn use NumPy arrays as inputs, and pandas and Matplotlib are built on top of NumPy. In this Introduction to NumPy course, you'll become a master wrangler of NumPy's core object: arrays! Using data from New York City's tree census, you'll create, sort, filter, and update arrays. You'll discover why NumPy is so efficient and use broadcasting and vectorization to make your NumPy code even faster. By the end of the course, you'll be using 3D arrays to alter a Claude Monet painting, and you'll understand why such array alterations are essential tools for machine learning.
- 1
Understanding NumPy Arrays
FreeMeet the incredible NumPy array! Learn how to create and change array shapes to suit your needs. Finally, discover NumPy's many data types and how they contribute to speedy array operations.
Introducing arrays50 xpYour first NumPy array100 xpCreating arrays from scratch100 xpA range array100 xpArray dimensionality50 xp3D array creation100 xpThe fourth dimension100 xpFlattening and reshaping100 xpNumPy data types50 xpThe dtype argument100 xpAnticipating data types100 xpA smaller sudoku game100 xp - 2
Selecting and Updating Data
Sharpen your NumPy data wrangling skills by slicing, filtering, and sorting New York City’s tree census data. Create new arrays by pulling data based on conditional statements, and add and remove data along any dimension to suit your purpose. Along the way, you’ll learn the shape and dimension compatibility principles to prepare for super-fast array math.
Indexing and slicing arrays50 xpSlicing and indexing trees100 xpStepping into 2D100 xpSorting trees100 xpFiltering arrays50 xpFiltering with masks100 xpFancy indexing vs. np.where()100 xpCreating arrays from conditions100 xpAdding and removing data50 xpCompatible or not?100 xpAdding rows100 xpAdding columns100 xpDeleting with np.delete()100 xp - 3
Array Mathematics!
Leverage NumPy’s speedy vectorized operations to gather summary insights on sales data for American liquor stores, restaurants, and department stores. Vectorize Python functions for use in your NumPy code. Finally, use broadcasting logic to perform mathematical operations between arrays of different sizes.
- 4
Array Transformations
NumPy meets the art world in this final chapter as we use image data from a Monet masterpiece to explore how you can use to augment image data. You’ll use flipping and transposing functionality to quickly transform our masterpiece. Next, you’ll pull the Monet array apart, make changes, and reconstruct it using array stacking to see the results.
Prerequisites
Intermediate Python
Izzy Weber
Curriculum Manager, DataCamp
Izzy is a Curriculum Manager at DataCamp. She discovered a love for data during her seven years as an accounting professor at the University of Washington. She holds a masters degree in taxation and is a Certified Public Accountant. Her passion is making learning technical topics fun for students.
What do other learners have to say?
I've used other sites—Coursera, Udacity, things like that—but DataCamp's been the one that I've stuck with.
Devon Edwards Joseph
Lloyds Banking Group
DataCamp is the top resource I recommend for learning data science.
Louis Maiden
Harvard Business School
DataCamp is by far my favorite website to learn from.
Ronald Bowers
Decision Science Analytics, USAA
Join over 9 million learners and start Introduction to NumPy today!
Create Your Free Account
or
By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA. You confirm you are at least 16 years old (13 if you are an authorized Classrooms user).