0% found this document useful (0 votes)
3 views1 page

Data Handling in Python - Lesson Overview

This document provides an overview of a lesson on data handling in Python using the NumPy library. It covers the creation, manipulation, and analysis of data stored in NumPy arrays, highlighting its importance in scientific computing and its foundational role for the Pandas library. The learning objectives include understanding NumPy's basic functionality and data operations.

Uploaded by

Mark Brian
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Data Handling in Python - Lesson Overview

This document provides an overview of a lesson on data handling in Python using the NumPy library. It covers the creation, manipulation, and analysis of data stored in NumPy arrays, highlighting its importance in scientific computing and its foundational role for the Pandas library. The learning objectives include understanding NumPy's basic functionality and data operations.

Uploaded by

Mark Brian
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like