What you'll learn
- Python Basics: A solid foundation in Python programming, including data types, loops, conditionals, functions
- Understanding Lists are different from arrays
- NumPy Fundamentals: Understanding the NumPy library to efficiently work with arrays, matrices, and perform mathematical operations.
- Pandas Essentials: Exploring the Pandas library in-depth, covering Series and DataFrames, data importing/exporting, data cleaning, filtering, sorting, grouping
Description
This course introduce with all majority of concept of NumPy - numerical python library.
You will learn following topics :
1) Creating Arrays using Numpy in Python
2) Accessing Arrays using Numpy in Python
3) Finding Dimension of the Array using Numpy in Python
4) Negative Indexing on Arrays using Numpy in Python
5) Slicing an Array using Numpy in Python
6) Checking Datatype of an Array using Numpy in Python
7) Copying an Array using Numpy in Python
8) Iterating through arrays using Numpy in Python
9) Shape of Arrays using Numpy in Python
10) Reshaping Arrays using Numpy in Python
11) Joining Arrays using Numpy in Python
12) Splitting Array using Numpy in Python
13) Sorting an Array using Numpy in Python
14) Searching in Array using Numpy in Python
15) Filtering an Array using Numpy in Python
16) Generating a Random Array using Numpy in Python