Data handling in Python � Lesson overview Examples Knowledge questions
NumPy is a Python package that allows us to work with data and perform operations like the loading,
analysing and storing of data. It provides high-performance, multidimensional array objects, Exercise
numerical computing tools, and is fundamental in scientific computing. It also forms the basis of the
Pandas library.
In this lesson, we’ll learn how to create, manipulate, and analyse data stored in NumPy arrays.
min
25
5m
in
Introduction to
Introduction to
NumPy
NumPy
Introduction to
NumPy
4 0 min
Learning objectives
Understand the NumPy Python library and its basic functionality.
Know how to load, manipulate and analyse data using NumPy.