57 Sections
161 Lessons
44 Weeks
Expand all sections
Collapse all sections
Course 1: Introduction to Data Analytics
5
1.1
Foundations of Data Analytics
1.2
Data Driven Analysis
1.3
Types of Data
1.4
Data Sources
1.5
Tools
Course 2: Data Preparation & Analysis using Excel
0
Key Business Questions
3
3.1
How do I clean and standardize inconsistent data from multiple sources?
3.2
How can I automate recurring reports and dashboards for efficiency?
3.3
Can I use Excel to model scenarios and make data- driven decisions?
Advanced Excel for Data Structuring
Master core Excel functions used in business analysis:
3
4.1
Logical functions: IF, IFS, AND, OR
4.2
Lookup functions: VLOOKUP, INDEX, MATCH, XLOOKUP
4.3
Text & Date handling: TEXTJOIN, LEFT/RIGHT, DATEDIF
Summarizing & Visualizing Business Metrics
3
5.1
Create dynamic summaries using PivotTables & Pivot Charts
5.2
Apply business logic through Conditional Formatting and Data Validation
5.3
Build an interactive performance dashboard
Modelling Scenarios & Workflow Automation
2
6.1
Use What-If Analysis (Goal Seek, Data Tables, Scenario Manager) for forecasting
6.2
Optimize resource allocation using Solver Add-in
Projects
6
7.1
Data Cleaning & Preparation in Excel
7.2
Sales Analysis Dashboard
7.3
Advanced Data Filtering
7.4
Bank Marketing Campaign Report
7.5
Human Resource Dashboard
7.6
Project Management Analysis
Course 3: Data Querying & Analysis using SQL
0
Key Business Questions
3
9.1
How can I retrieve and analyze raw data directly from a company’s database?
9.2
How do I join multiple tables to uncover customer behavior and trends?
9.3
How can I rank, compare, and group metrics for deeper analytical insights?
Database Foundations for Business Analysts
3
10.1
Understand relational database structure: Tables, Keys, Relationships
10.2
Query essentials: SELECT, WHERE, ORDER BY, IN, BETWEEN
10.3
Filtering Data Using AND, OR, IN, BETWEEN, and LIKE.
Aggregation & Joining for Insight Generation
4
11.1
Group-level analysis with GROUP BY, HAVING
11.2
Aggregate Functions: COUNT, SUM, AVG, MIN, MAX.
11.3
Combine datasets using INNER JOIN, LEFT JOIN, RIGHT JOIN
11.4
Business use cases: Revenue by category, high-spend customers
Advanced SQL for Business Intelligence
3
12.1
Perform comparisons over time using Window Functions
12.2
Multi-step logic with Subqueries and CTEs
12.3
Conditional business logic using CASE statements
Projects
6
13.1
Walmart Sales SQL Analysis
13.2
Fasos Orders Analysis
13.3
Zomato Orders SQL Report
13.4
OLA Project in SQL
13.5
Data Cleaning with SQL Project
13.6
Analyse customer & revenue trends in a digital music store
Course 4: Data Analysis using Power BI
0
Key Business Questions
3
15.1
How can I apply data rules to generate dynamic KPIs for analysis?
15.2
How can I create a real-time dashboard that tracks sales and performance metrics?
15.3
How do I design a scalable reporting system that supports data-driven decision-making?
Introduction to Power BI & Power Query
3
16.1
Power BI Ecosystem (Desktop, Service, Mobile)
16.2
Connect to Excel, CSV, and SQL Server data
16.3
Clean, merge, and structure data using Power Query Editor
Visualization & Report Design
3
17.1
Formatting, themes, and report layout.
17.2
Choosing the right visuals for your data.
17.3
Interactivity: Slicers, filters, bookmarks, and drill-through.
Working with DAX Functions
3
18.1
Calculated Columns vs. Measures
18.2
DAX Functions: SUM, AVERAGE, COUNT, DISTINCTCOUNT
18.3
Date, Time & Text based DAX Functions
Projects
6
19.1
Telecom Industry Churn Analysis
19.2
OLA Cabs Analysis Report
19.3
BLINKIT Analysis Report
19.4
Bike Buyer Report in Power BI
19.5
Company Cost Calculation
19.6
Employee HR Dashboard
Course 5: AI with Analysis
8
20.1
AI for Data-Driven Decision-Making
20.2
From Data to Decisions: Data Cleaning and Analysis With AI
20.3
Generating structured reports for decision-making
20.4
Data Detective: Using AI for Exploratory Data Analysis (EDA)
20.5
From Data to Story: Tailoring Your Narrative
20.6
From Data to Story: Visual Storytelling
20.7
AI for Problem Solving: The SOLVE Framework
20.8
Presenting Your Data Story: From Report to Impact
Course 6: Core Python Programming
0
Key Business Questions
3
22.1
How can we calculate daily revenue and profit from raw sales files?
22.2
How can we automate employee bonus calculations based on performance?
22.3
How can we track and alert low inventory levels automatically?
Python Basics & Data Structures
4
23.1
Python Syntax & Variables
23.2
Data Types: Integers, Floats, Strings, Booleans
23.3
Control Flow: if/else, loops
23.4
Data Structures: Lists, Tuples, Sets, Dictionaries
Working with Files & Data Manipulation
3
24.1
Functions: Defining & calling functions, arguments, return values
24.2
Reading & Writing Files
24.3
String Operations
Functions, Modules & Libraries
3
25.1
Functions & Scope
25.2
Intro to Jupyter Notebook for data analysis
25.3
Importing Libraries (math, random, datetime, os)
Projects
2
26.1
Seven Up & Seven Down Project
26.2
Dice Rolling Simulator in Python
Course 7: Numerical Computing with NumPy
0
Key Business Questions
3
28.1
How can we quickly calculate average sales, revenue growth, and standard deviations across large datasets?
28.2
How can we simulate customer purchase patterns to forecast demand?
28.3
How can we use matrix operations to optimize resource allocation or pricing strategies?
NumPy Fundamentals
4
29.1
Array Creation: arange, linspace, zeros, ones
29.2
Indexing, Slicing, and Boolean Masking
29.3
Array Operations: Element-wise math, broadcasting
29.4
Aggregate Functions: mean, sum, min, max, std
Advanced NumPy
4
30.1
Reshaping, Stacking & Splitting Arrays
30.2
Random numbers, normal distribution, random sampling
30.3
Vectorization for performance optimization
30.4
Linear Algebra: dot product, matrix multiplication, inverse, determinant
Course 8: Data Analysis with Pandas
0
Key Business Questions
3
32.1
Which products, regions, or customer segments generate the highest revenue?
32.2
How can we clean and merge messy datasets to create a single source of truth?
32.3
What trends can we uncover in customer behavior using grouping and time-based analysis?
Pandas Basics
4
33.1
Series & DataFrames: Creation, indexing, slicing
33.2
Importing Data (CSV, Excel, JSON)
33.3
Selecting, Filtering, Sorting Data
33.4
Inspecting Data head, tail, info, describe
Data Cleaning & Transformation
4
34.1
Handling Missing Values: dropna, fillna
34.2
GroupBy: Aggregations and transformations
34.3
Renaming, Replacing, and Mapping Columns
34.4
Merging & Joining multiple datasets
Pandas Advanced Analytics
4
35.1
Pivot Tables in Pandas
35.2
Time Series: parsing dates, resampling, rolling windows
35.3
Cross-tabulation and contingency tables
35.4
Exporting data to Excel/CSV
Projects
3
36.1
E-Commerce data analysis
36.2
Google play store apps data analysis
36.3
Income Analysis of employees
Course 9: Data Visualization with Matplotlib & Seaborn
0
Key Business Questions
3
38.1
How do sales, revenue, or customer growth trends change over time?
38.2
How can we visually compare product performance across categories and regions?
38.3
What correlations exist between customer demographics and purchasing behavior?
Introduction to Matplotlib
4
39.1
Plotting Basics: line, bar, scatter plots
39.2
Subplots and figure layout
39.3
Customization: titles, labels, legends, colors
39.4
Saving plots as images (PNG, JPG)
Advanced Matplotlib
4
40.1
Annotating plots with text & arrows
40.2
Histograms, boxplots, pie charts
40.3
Styling: gridlines, markers, colormaps
40.4
Combining plots for multi-view analysis
Seaborn for Statistical Visualization
4
41.1
Intro to Seaborn: themes, palettes
41.2
Relational Plots: scatterplot, lineplot
41.3
Categorical Plots: barplot, countplot, boxplot, violinplot
41.4
Heatmaps & correlation analysis
Projects
3
42.1
Top 5000 youtube channel analysis
42.2
Udemy course analysis
42.3
IMDB movie dataset analysis
Course 10: R Programming for Data Analytics
0
Key Business Questions
3
44.1
Which customer segments or regions contribute most to revenue growth?
44.2
What patterns or seasonality can we uncover in sales using R visualizations?
44.3
Are observed differences in product performance statistically significant?
Core R Programming
4
45.1
Introduction to R, RStudio & Basic Syntax
45.2
Control Structures & Functions (if, loops, apply family)
45.3
Data Types & Structures: Vectors, Lists, Matrices, Data Frames
45.4
Importing & Exporting Data (CSV, Excel, Databases)
Data Manipulation & Visualization
4
46.1
Data Cleaning & Transformation
46.2
Handling Missing Values & Outliers
46.3
Building Visualizations
46.4
Exploratory Summaries & Grouped Analysis
Course 11: Statistics Essentials & Exploratory Data Analysis
0
Key Business Questions
3
48.1
Are differences in sales performance across regions statistically significant?
48.2
Which customer attributes most influence purchasing behavior?
48.3
What hidden patterns or anomalies can we uncover through EDA before modeling?
Statistics Foundations
4
49.1
Types of Data & Levels of Measurement (Nominal, Ordinal, Interval)
49.2
Descriptive Statistics: Mean, Median, Mode, Variance, Standard Deviation
49.3
Probability Basics: Events, Distributions
49.4
Inferential Statistics
Applied Statistical Analysis
2
50.1
Correlation & Regression: Relationships between variables
50.2
Business Applications: A/B Testing, Forecasting, Customer Segmentation
Exploratory Data Analysis (EDA)
3
51.1
EDA Workflow: Inspect → Clean → Summarize → Visualize
51.2
Univariate & Bivariate Analysis: Histograms, Boxplots, Scatterplots
51.3
Multivariate Analysis: Correlation Heatmaps, Pairplots
Course 12: EDA PROJECTS
0
Customer Segmentation For Retail
2
53.1
Analyze transaction data to identify customer groups based on behavior (spending patterns, purchase frequency, product categories).
53.2
Outcome: Insights for targeted marketing and loyalty programs.
Bank Loan Approval Analysis
2
54.1
Explore applicant data (income, credit history, employment, loan amount) to detect patterns in approvals vs. rejections.
54.2
Outcome: Build a foundation for risk assessment and credit scoring.
Churn Rate Analysis
1
55.1
Explore the factors why customers are leaving the company Outcome: Identify risk factors, improve services, & spot the pattern of their churning
Real Estate Market Trends
2
56.1
Explore property listings (location, price, size, features) to uncover pricing trends and demand hotspots.
56.2
Outcome: Assist in market predictions and investment decisions.
Fraud Detection In E-Commerce Transactions
2
57.1
Analyze transaction data to identify unusual purchasing behavior or suspicious activity.
57.2
Outcome: Understand fraud patterns before building predictive models.
Advanced Certificate in Data Analysis, Data Science & AI course
Curriculum
This content is protected, please
login
and enroll in the course to view this content!
Your Website
Modal title
Main Content