Chapter 1: NumPy
NumPy is one of the most used Python Modules for data analytics. In this chapter we will learn most of its useful tools.
numpy.random
Generate random numbers in a prescribed structure using Numpy
Example: Creating a random movie
numpy array .reshape() function
Up your data preprocessing game using Numpy .reshape() function
Data Source: https://www.kaggle.com/datasets/kapillondhe/american-sign-language
Chapter 2: Code Optimization
Add your description here.
Code Optimization - Data Types
Choose the data types appropriately to be able to run faster and smarter analysis
Iterate vs. Map
Why maping a function is better than iterations (loops) for data processing?
Chapter 3: Data cleaning
Add your description here.
Chapter 4 Data Integration
Add your description here.