× back

Unit Structure

            
Data Analysis and ML with Python
|
├── 1. Key Python Libraries for ML & Data Analysis
│   ├── NumPy, SciPy, Matplotlib, Pandas, Scikit-Learn
│
├── 2. NumPy Basics
│   ├── Multidimensional Arrays (ndarrays)
│   ├── Creating ndarrays
│   ├── Data Types for ndarrays
│   └── Basic Indexing and Slicing
│
├── 3. Getting Started with Pandas
│   ├── Series, DataFrames, and Index Objects
│   ├── Re-indexing
│   ├── Indexing, Selection, and Filtering
│   ├── Sorting and Ranking
│   └── Loading Data (CSV and other structured formats)
│
├── 4. Data Preprocessing and Handling
│   ├── Normalizing Data
│   ├── Dealing with Missing Data
│   ├── Data Manipulation
│   │   ├── Alignment, Aggregation, Summarization
│   ├── Group-based Operations (Split-Apply-Combine)
│
├── 5. Statistical and Time Series Analysis
│   ├── Statistical Analysis with Pandas, Date and Time Series Analysis
│
└── 6. Data Visualization
    └── Visualizing Data using Matplotlib and Pandas