Introduction to NumPy

Learning Objective: Get familiar with the basics of Data Analysis using two essential libraries: NumPy and Pandas. You will also understand the concept of file handling using the NumPy library.

Topics:
• Basics of Data Analysis
• NumPy – Arrays
• Operations on Arrays
• Indexing Slicing and Iterating
• NumPy Array Attributes
• Matrix Product
• NumPy Functions
• Functions
• Array Manipulation
• File Handling Using NumPy
Hands-On:
• Matrix Product and Aggregate Functions using Numpy
• Array Creation and Logic Functions
• File Handling Using Numpy