0% found this document useful (0 votes)
5 views

Data Analytics Roadmap

The document outlines a structured learning roadmap for data analytics over 18 weeks, covering Excel, SQL, Python, and data visualization tools like Power BI or Tableau. It includes specific topics and resources for each week, such as basic formulas in Excel, SQL queries, Python programming concepts, and an end-to-end project involving database management and data analysis. The roadmap emphasizes practical exercises and projects to reinforce learning.

Uploaded by

maha lakshmi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Data Analytics Roadmap

The document outlines a structured learning roadmap for data analytics over 18 weeks, covering Excel, SQL, Python, and data visualization tools like Power BI or Tableau. It includes specific topics and resources for each week, such as basic formulas in Excel, SQL queries, Python programming concepts, and an end-to-end project involving database management and data analysis. The roadmap emphasizes practical exercises and projects to reinforce learning.

Uploaded by

maha lakshmi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

01.

EXCEL- WEEK 1-2 YOUTUBE CHANNEL:


TUTORIALS POINT

Basic Formulas: SUM, AVERAGE, MIN, MAX, COUNT, CONCATENATE,


LEFT, RIGHT, Logical Functions: IF, AND, OR, ISBLANK, Lookup
Functions: VLOOKUP, HLOOKUP etc , Data Sorting & Filtering, Pivot
Tables ,Data Visualization, Data Cleaning
Removing duplicates, Data validation, Text to columns, Trim function

02. SQL - WEEK 3-5 YOUTUBE CHANNEL : KUDVENKAT


DATA ANALYTICS

Basic Queries: DDL, DML, SELECT, WHERE, ORDER BY,


DISTINCT,WHERE, AND/OR, IN, LIKE, BETWEEN
Aggregation ,Group By & HAVING ,JOINS ,Subqueries, CTE ,SQL Set
Operations, RANK ,ROWNUMBER, DENSE RANK, CASE WHEN etc.

SQ L PRACT I C E - WE E K 6 & 7 Y OUT UB E :


ROADMAP

03. ANKI T BANSAL


Practice on SQLZOO, Hackerrank - Easy to Medium questions
Leetcode & Startascratch- Medium to Hard questions

PYTHON - WEEK 8-12 YOUTUBE : TELUSKO/CODE


04.
WITH HARRY & ALEX THE ANALYST

Variables & Data Types, If-else, Loops, try-except blocks


Functions, lambda functions,Lists & List Comprehensions,String
Manipulation, regular expressions (Regex) ,File Handling: Reading from
and writing to files (CSV, TXT) .Error Handling: Handling exceptions with
try-except blocks
Libraries: Pandas & Numpy for Data Cleaning: Missing data, duplicates,
and transformations

05. POWER BI OR TABLEAU-WEEK 13-14 YOUTUBE:


PAWAN LALWANI / TUOTRIAL POINTS
Import modes, Creating Visuals like Bar,Line charts. Connect with
Database, Filters/Slicers, Parameters , RLS, DAX or Calculated column
etc

06 END TO END PROJECT- WEEK 15 -18

SQL: Create and manage a database for a small business or online store
(tables for products, customers, orders, etc.)
Python: Use Pandas to clean and analyze data, or build a small data
analysis application using SQL queries in Python.
Build a simple ETL pipeline: Extract data from a SQL database, transform
it with Python (using Pandas), and load it into another database or a CSV
file. Visualize Data in your

You might also like