Industry excellence, job oriented program for Data analysis using Python, SQL and Power BI. Created for Freshers, and Professionals seeking Transition into high paying Data Analyst career.

Course

Highlights

Instructor-led live classes with access to recordings of the classes

Python Programming is taught from scratch as this course is designed to be a transition from Non-IT to IT

This course covers the Data bases with SQL as the perspective in depth.

Languages and Tools covered

technology stack
technology stack
technology stack
technology stack
technology stack
About the

Course

Course

The industry has amassed a considerable amount of data. For the purpose of making judgments in the future, companies either produce a lot of data or purchase data. When a company gets hold of massive amounts of data, there is a need for this data to be cleaned, processed, and prepared to be used further as an input to predictive models or Machine learning algorithms. This is when tech organizations post a job posting seeking candidates with the skills to clean, pre-process, visualize data, and derive intelligence from data.

Who should apply for this course?

  • Professionals With 1+ Years of experience in any domain (technical)
  • Students from the Non-IT domain who want to master Data Analysis
  • Students without experience but with a keen interest in logic and programming may also apply.
  • Professionals from non-it domains looking to transition into Data science/Analytics

Where

Offline (1-1 Training): Bangalore – Certisured<br/> Online- Learn from anywhere with real-time

When

Confirm Your Batch Early and Unlock Discounts up to 50%!

Duration

4 months - offline | online training

Why Did We Create

This Course

There is a huge accumulation of Data in the industry. Organizations are either generating a lot of data or buying data to take future decisions.

When a company gets hold of massive amounts of data, there is a need for this data to be cleaned, processed & prepared to be used further as an input to predictive models or Machine learning algorithms.

This is when tech organizations put out a job posting seeking candidates who possess the skills to clean, pre-process, visualize data, and derive intelligence from it.

Core-

Curriculum

This course is a detailed industry excellence program. If you want just theoretical lessons without practical implementation, then this course is not for you. Instead, if you want to learn exactly how things are done in the industry and become a Full Stack Data Analyst, you've come to the right place.

bootcamp timeline
Module 1 : Python Programming : Basic to Advance
  • To introduce Python, emphasising its advantages and
  • core concepts, particularly in data analytics
  • To master the fundamental elements of Python programming.
  • To define and use functions and modules to create modular code.
  • To perform file operations in Python for reading and writing data.
  • To use regular expressions for pattern matching in strings
  • To master the core concepts of OOP in Python for designing modular code.
  • To handle exceptions and errors gracefully in Python.
  • To understand basic statistical concepts and perform statistical analysis using Python.
  • To create visualizations using Matplotlib and Seaborn
  • To perform exploratory data analysis (EDA) to summarize the main characteristics of a dataset and uncover patterns, spot
  • anomalies, test hypotheses, and check assumptions using
  • To apply all the learned concepts to a real-world data analysis project.

Introduction to Python

Overview of Data Analytics

  • Introduction to Data Analytics
  • Importance of Python in Data Analytics
  • Real-world Applications of Python in Data Analytics

Python Programming History & Features

  • History of Python
  • Key Features of Python

Setting Up a Python Environment

  • Installing Anaconda
  • Introduction to Jupyter Notebooks
  • Setting Up Visual Studio Code for Python
  • Introduction to PyCharm

Python Syntax Overview

  • Basic Syntax
  • Indentation
  • Comments and Docstrings

Hands-on Exercise:

  • Install Anaconda and set up Jupyter Notebooks.
  • Write a simple Python program using Jupyter Notebook.
  • Set up Visual Studio Code and PyCharm for Python development

Identifiers and Variables

  • Naming Conventions
  • Assigning Values
  • Dynamic Typing

Keywords

  • List of Python Keywords
  • Reserved Words

Operators

  • Arithmetic Operators
  • Comparison Operators
  • Logical Operators
  • Bitwise Operators
  • Assignment Operators
  • Identity Operators
  • Membership Operators

Data Types

  • Primitive Data Types: Integer, Float, String, Boolean
  • Non-Primitive Data Types: List, Tuple, Dictionary, Sets

Comprehensions in Python

  • List Comprehensions
  • Dictionary Comprehensions
  • Set Comprehensions
  • Nested Comprehensions

Control Flow

  • Conditional Statements: If, If-else, If-elif-else, Nested if
  • Loops: While Loop, For Loop, Break, Continue, Pass

Hands-on Exercise:

  • Write programs demonstrating variable assignments,
  • operators, and control flow.
  • Use comprehensions to create lists, dictionaries, and sets.

User Defined Functions

  • Defining Functions
  • Function Arguments
  • Return Statement

Built-in Functions

  • Common Built-in Functions
  • Using Built-in Functions

Lambda Functions

  • Anonymous Functions
  • Syntax and Usage

Map, Filter, Reduce

  • Map: Applying a function to all items in an input list
  • Filter: Constructing a list from elements of the input list
  • that return true for a function
  • Reduce: Applying a rolling computation to sequential pairs
  • of values in a list

Hands-on Exercise:

  • Write functions to perform simple tasks.
  • Use lambda functions with map, filter, and reduce.

File Operations

  • Overview of File Handling in Python
  • Importance of File Handling in Programming
  • File Types: CSV, Excel, Text, PDF, JSON

Opening Files

  • Using the open() Function
  • Different Modes for Opening Files (r, w, a, x)

Creating Files

  • Creating a New File Using 'w', 'a', or 'x' Mode

Reading Files

  • Reading the Entire Content Using read()
  • Reading Line by Line Using readline()
  • Reading All Lines into a List Using readlines()

Writing to Files

  • Writing a String to a File Using write()
  • Writing Multiple Lines Using writelines()

Deleting Files

  • Using the os Module to Delete Files

Hands-on Exercise

  • Create, read, write, and delete files using Python.
  • Perform file operations with CSV and JSON files.

Python re Module

  • Compiling Regular Expressions

Methods with Regex Usage

  • match()
  • search()
  • findall()
  • sub()
  • split()

Hands-on Exercise:

  • Use regular expressions to search, match, and manipulate strings.

Types of Errors

  • Syntax Errors
  • Runtime Errors
  • Logical Errors

Exception Handling

  • try … except Block
  • try … except … finally Block
  • try … except … else Block
  • Handling Multiple Exceptions
  • Raising Exceptions

Hands-on Exercise:

  • Write programs to demonstrate exception handling.
  • Create custom exceptions and handle them appropriately

Classes and Objects

  • Defining Classes
  • Creating Objects
  • Class Attributes and Methods

OOP Principles

  • Polymorphism
  • Encapsulation
  • Inheritance

Hands-on Exercise:

  • Create classes and objects.
  • Implement OOP principles in Python programs.

NumPy Basics

  • Difference Between NumPy and List
  • Introduction to NumPy
  • NumPy Array

Array Operations

  • numpy.random Module
  • Array Operations
  • Vector Operations
  • Statistical Functions

Array Manipulation

  • Array Indexing
  • Array Manipulation
  • Array Broadcasting

Hands-on Exercise:

  • Practice with NumPy arrays and perform mathematical operations.
  • Manipulate and index arrays

Introduction to Pandas Library

  • Series and DataFrame
  • Data Structures in Pandas

Working with Series and DataFrames

  • Creating Series and DataFrames
  • Basic Operations on Series and DataFrames

Indexing and Selecting Data

  • Selecting Rows and Columns
  • Filtering Data

Data Cleaning and Preprocessing

  • Dealing with Duplicate Data
  • Handling Outliers
  • Feature Scaling and Normalization
  • Encoding Categorical Variables

Pandas Methods

  • Creating DataFrames from various sources
  • Viewing Data
  • Selecting Data
  • Filtering Data
  • Adding/Modifying Columns
  • Removing Data
  • Handling Missing Data
  • Pivot TablesDetecting and Dropping Duplicates
  • Aggregation and Grouping
  • String Methods
  • Merging and Joining
  • Date and Time Handling
  • Pivot Tables
  • Exporting Data

Hands-on Exercise:

  • Create and manipulate DataFrames.
  • Clean and preprocess data using Pandas methods

Introduction to Data Visualization

  • Importance of Data Visualization
  • Types of Data Visualization

Matplotlib for Basic Plotting

  • Line Plot
  • Bar Plot
  • Histogram
  • Scatter Plot
  • Pie Chart
  • Box and Whiskers Plot

Seaborn for Statistical Data Visualization

  • Line Plot
  • Barplot
  • Boxplot
  • Heatmap
  • Pairplot
  • Countplot
  • Regplot
  • Scatterplot
  • Hueplot
  • Violin plot
  • Swarmplot
  • Stripplot

Customizing Plots and Charts

  • Choosing Axis
  • Adding Grids
  • Customizing Axis Values
  • Adding Titles and Labels
  • Customizing Colors and Styles
  • Adding Legends

Hands-on Exercise:

  • Create various types of plots using Matplotlib and Seaborn.
  • Customize plots for better visualization.

Introduction to EDA

  • Introduction to EDA
  • Tools and Libraries for EDA

Loading Data

  • Data Cleaning and Preparation
  • Identifying and Handling Missing Data
  • Identifying and Handling Duplicates
  • Identifying and Handling Outliers

Feature Engineering

  • One Hot Encoding
  • Label Encoding
  • Range Categorization

Univariate Analysis

  • Summary Statistics
  • Visualizations for Univariate Analysis
  • Distribution Analysis

Bivariate Analysis

  • Summary Statistics for Bivariate Analysis
  • Visualizations for Bivariate Analysis
  • Categorical vs. Numerical Analysis

Multivariate Analysis

  • Summary Statistics for Multivariate Analysis
  • Visualizations for Multivariate Analysis

Exploratory Data Analysis (EDA) Practice

  • Case Study
  • Reporting and Presenting EDA Findings

Hands-on

  • Conducting a complete EDA on a given dataset
  • Creating and presenting an EDA report

Mentored EDA Projects Hands-On

  • Analyzing Diwali Sales Trends
  • IPL Match Performance Analysis
  • Sales Insights from Euromart Data
  • Car Manufacturing and Pricing Analysis
  • Titanic Survival Data Analysis

Hands-on Exercise: Conduct a complete EDA on a given dataset.

Project Definition

  • Selecting a Problem Statement
  • Defining Objectives and Goals

Data Collection and Preparation

  • Collecting Data from Various Sources
  • Cleaning and Preprocessing Data

Exploratory Data Analysis (EDA)

  • Performing EDA to Understand Data
  • Identifying Patterns and Insights

Data Visualization

  • Creating Visualizations to Present Findings

Presentation

  • Preparing a Comprehensive Report
  • Presenting Findings and Recommendations

Hands-on Exercise:

  • Execute a full data analysis project from problem definition to presentation.

SQL Statements & Operations

  • Overview of SQL Statements
  • Understanding SQL Operations
  • Create, Read, Update, Delete (CRUD) Operations

Introduction to CRUD Operations

  • Importance of CRUD in Database Management
  • SQL Syntax and Queries
  • Writing Effective SQL Queries
  • Best Practices for SQL Syntax

Python-SQL Connector Package Installation

  • Introduction to MySQL Connector for Python
  • Steps to Install MySQL Connector
  • Installing MySQL Connector
  • Verifying Installation

Setting Up Database Connection

  • Establishing Connection to MySQL Database
  • Handling Connection Errors
  • Closing the Database Connection

Python with CRUD Operations

  • Integrating Python with MySQL for CRUD Operations
  • Writing Python Code to Perform CRUD Operations

Creating Records

  • Inserting Data into MySQL Database using Python
  • Error Handling in Data Insertion

Reading Records

  • Querying Data from MySQL Database using Python
  • Fetching Data Efficiently

Updating Records

  • Modifying Existing Data in MySQL Database using Python

  • Ensuring Data Integrity during Updates

  • Deleting Records

  • Removing Data from MySQL Database using Python

  • Precautions to Avoid Unintentional Data Loss

Hands-on Exercise:

  • Perform CRUD operations with MySQL using Python.
  • Establish and manage database connections using Python.
bootcamp timeline
Module 2 : MySQL for Analytics
  • Understand the basics of relational databases,
  • SQL syntax, and fundamental MySQL operations.
  • Master data modification, database design principles, and intermediate SQL techniques.
  • Explore advanced SQL techniques including subquery optimization, indexing, and stored procedures.
  • Apply MySQL skills to handle complex data types, temporal data, and advanced analytical techniques.

Introduction to SQL and MySQL Fundamentals

Overview of Relational Databases and MySQL

  • Overview of Relational Databases
  • Introduction to MySQL and its Features
  • installing and Setting Up MySQL
  • Database Clients and IDEs: MySQL Workbench

SQL Syntax and Basic Commands

  • Understanding SQL Syntax
  • Basic SQL Statements: SELECT, FROM, WHERE
  • Filtering and Sorting Data
  • Using WHERE, ORDER BY, and LIMIT Clauses
  • Implementing Advanced Filtering with AND, OR, NOT
  • Real-life Example: Querying Customer Data for a Retail Business

Working with Multiple Tables

  • Perform JOIN operations: INNER JOIN, LEFT JOIN,
  • RIGHT JOIN, FULL JOIN.
  • Using aliases for table readability.
  • Combining tables with UNION and UNION ALL.
  • Real-life example: Combining sales and product tables for analysis.

Aggregating Data

  • Use GROUP BY and HAVING clauses for data aggregation.
  • Apply aggregate functions: COUNT, SUM, AVG, MIN,MAX.
  • Practical examples and use cases.
  • Case study: Analyzing monthly sales performance.

Subqueries and Nested Queries

  • Introduction to Subqueries
  • Understand subqueries and their types (correlated vs. non-correlated).
  • Implement subqueries in SELECT, FROM, and WHERE clauses.
  • Real-life example: Identifying top-performing products based on sales data.

Modifying Data

  • inserting Data: INSERT INTO
  • updating Data: UPDATE SET
  • deleting Data: DELETE FROM
  • Working with NULL Values and IS NULL
  • Real-life Example: Updating Inventory Levels in
  • a Warehouse Management System

Data Normalization and Database Design

  • understanding Data Normalization
  • normal Forms (1NF, 2NF, 3NF, BCNF)
  • designing Efficient Database Schemas
  • case Study: Normalizing a Customer Relationship
  • Management (CRM) Database

Advanced-Data Manipulation with Window Functions

  • introduction to Window Functions
  • ROW_NUMBER(), RANK(), DENSE_RANK()
  • aggregate Window Functions: SUM(), AVG(), MIN(), MAX()
  • practical Use Cases of Window Functions
  • Real-life Example: Calculating Running Totals and Moving Averages in Financial Data

Mastering Subqueries and Correlated Subqueries

  • Deep dive into subqueries and correlated subqueries.
  • Optimizing subqueries for performance.
  • performance Considerations and Best Practices
  • Real-life example: Using complex subqueries for dynamic reporting.

Indexes and Performance Optimization

  • Understanding Indexes and Their Types
  • Creating and Managing Indexes
  • Query Tuning and Optimization Techniques
  • analyzing Query Performance with EXPLAIN
  • case Study: Optimizing Queries for a High-traffic Ecommerce Platform

Stored Procedures, Functions, and Triggers

  • Writing stored Procedures and User-Defined Functions
  • benefits and Use Cases of Stored Procedures
  • Implementing triggers for Automated Tasks
  • Real-life Example: Automating Inventory Updates with
  • Triggers

Working with Complex Data Types

  • Handling JSON and XML Data
  • Extracting and Manipulating JSON Data
  • Working with Geospatial Data in MySQL
  • Real-life Example: Storing and Querying User
  • Preferences in JSON Format

Handling Time Series and Temporal Data

  • Working with Date and Time Functions
  • Analyzing Time Series Data
  • Temporal Data Types and Functions
  • Case Study: Time Series Analysis for Stock Market Data

Advanced Analytical Techniques

  • Recursive queries and common table expressions (CTEs).
  • Pivoting and unpivoting data.
  • Advanced pattern matching with regular expressions.
  • Real-life example: Using recursive queries for hierarchical data analysis.

Final Project: Solving a Complex Data Problem

  • Project Overview and Requirements
  • Data Exploration and Preprocessing
  • Advanced-Data Analysis and Reporting
  • Presenting Your Findings and Insights
  • Project Application: Building a Comprehensive Sales Dashboard
bootcamp timeline
Module 3 : Power BI for Business Intelligence
  • This module will introduce Power BI, highlighting its advantages and core concepts.
  • This module covers the basics of Power BI Desktop, including installation procedures and an overview of its features.
  • This module will teach you how to connect to various data
  • sources, perform data cleaning and transformation, and
  • introduce ETL (Extract, Transform, Load) concepts
  • This module introduces data modeling, including managing relationships and creating calculated columns and measures.
  • This module will introduce you to Data Analysis
  • Expressions (DAX), a collection of functions, operators,
  • and constants used in formulas to calculate and return values. You'll understand its importance and learn how to utilize DAX in Power BI effectively.
  • This module covers the fundamentals of data visualization and creating various charts using Power BI.

Introduction to Power BI

  • Understanding Power BI
  • Advantages of Using Power BI
  • Key Benefits of Power BI
  • Essential Components of Power BI
  • Core Principles of Power BI
  • Overview of the Power BI EcosystemPower BI Architecture
  • Different Versions of Power BI (Desktop, Service, Mobile,
  • Embedded)
  • Licensing Options
  • Installation Guidelines and Procedures
  • Software Overview
  • Power BI Account Registration
  • Introduction to Tools and Terminology
  • Updating Data in Power BI Service
  • Defining a Dashboard
  • Defining a Report
  • Understanding the Interface
  • Navigation Pane and Ribbon
  • Working with Visualizations
  • Saving and Publishing Reports
  • Connecting to Data Sources
  • Uploading Local CSV Files
  • Connecting to Excel Data
  • Utilizing the Query Editor
  • Comparing Import Data vs. Direct Query
  • Data Cleaning and Transformation Techniques
  • Merging and Appending Data
  • Introduction to ETL Concepts
  • Extracting Data from Various Sources
  • Transforming Data for Analysis
  • Loading Data into Power BI

Hands-on: Datasets will be provided for practice in loading, cleaning, transforming data, and applying ETL concepts.

  • Data Modeling Techniques
  • Managing Data Relationships
  • Understanding Cardinality and Cross Filtering
  • Default Summarization and Sorting Options
  • Creating Calculated Columns
  • Developing Quick Measures and Measures
  • Understanding Star Schema and Snowflake Schema
  • Using Date Tables and Hierarchies

Hands-on:

  • Participants will work with datasets to create
  • calculated columns and manage relationships
  • Introduction to DAX
  • What is DAX?
  • The role of DAX in Power BI
  • Importance of DAX
  • Why DAX is essential for data modeling and analysis
  • Scenarios where DAX is used in Power BI
  • DAX Syntax
  • Basic syntax rules
  • How to write DAX formulas
  • Data Types in DAX
  • Understanding different data types
  • Implicit vs. explicit data type conversion
  • Functions in DAX
  • Overview of DAX functions
  • Commonly used function
  • Aggregation Functions: SUM, AVERAGE, MIN, MAX, COUNT
  • Date and Time Functions: TODAY, NOW,
  • DATEDIFF, YEAR, MONTH, DAY
  • Logical Functions: IF, AND, OR, SWITCH
  • Text Functions: CONCATENATE, LEFT, RIGHT,MID, SUBSTITUTE
  • Mathematical Functions: ABS, CEILING, FLOOR, ROUND
  • Statistical Functions: MEDIAN, PERCENTILE, STDEV
  • Information Functions: ISBLANK, ISNUMBER, ISERROR
  • Creating Measures with DAX
  • Difference between calculated columns and measures
  • How to create and use measures DAX Operators
  • Arithmetic Operators: +, -, *, /, ^
  • Comparison Operators: =, <>, <, <=, >, >=
  • Text Concatenation Operator: &
  • Logical Operators: &&, ||, IN
  • Tables and Filtering in DAX
  • Working with tables in DAX
  • Filter functions: CALCULATE, FILTER, ALL, ALLEXCEPT, REMOVEFILTERS
  • Context transition and its implications
  • Time Intelligence Functions
  • Overview of time intelligence in DAX
  • Common time intelligence functions: TOTALYTD,
  • SAMEPERIODLASTYEAR, PARALLELPERIOD, DATESBETWEEN
  • Creating and using date tables
  • Working with Relationships in DAX
  • Understanding relationships and their impact on DAX formulas
  • Using RELATED and RELATEDTABLE functions
  • Advanced DAX Concepts
  • Calculated Tables
  • Row context vs. filter context
  • Context transition
  • Iterators: SUMX, AVERAGEX, MAXX, MINX

Hands-on:

  • Participants will practice using various DAX functions
  • Creating Visualizations
  • Color Formatting Techniques
  • Setting Sort Order
  • Developing Scatter and Bubble Charts
  • Using Tooltips
  • Implementing Slicers
  • Cross Filtering and Highlighting
  • Applying Report-Level Filters
  • Drill Down and Drill Up Functionality
  • Creating Hierarchies
  • Conditional Formatting for Tables and Matrices
  • Utilizing KPIs
  • Using Cards and Gauges
  • Map Visualizations
  • Custom Visuals
  • Grouping and Binning Data
  • Using Selection Pane, Bookmarks & Buttons
  • Managing Z-Order
  • Best Practices for Effective Visualizations
  • Storytelling with Data

Hands-on:

  • Participants will practice creating visualizations, applying color formatting, using slicers, and other visualization techniques.
  • Modifying and Printing Reports
  • Renaming and Deleting Report Pages
  • Adding Filters to Pages or Reports
  • Setting Visualization Interactions
  • Printing Report Pages
  • Exporting Reports to PowerPoint
  • Creating Dashboards
  • Managing Dashboards
  • Pinning Report Tiles to Dashboards
  • Pinning Live Report Pages to Dashboards
  • Pinning Report Tiles to Dashboards
  • Pinning Live Report Pages to Dashboards
  • Pinning Tiles from Other Dashboards
  • Pinning Excel Elements to Dashboards
  • Managing Pinned Elements in Excel
  • Adding Tiles to Dashboards
  • Building Dashboards with Quick Insights
  • Setting a Featured Dashboard
  • Asking Questions about Your Data with Power BI Q&A
  • Tweaking Datasets for Q&A
  • Enabling Cortana Integration for Power BI
  • Best Practices for Dashboard Design

Hands-on:

  • Participants will practice adding filters to reports, setting interactions, and creating dashboards.
  • Overview of Sharing Options
  • Publishing Reports from Power BI Desktop
  • Publishing Reports to the Web
  • Sharing Dashboards Using Power BI Service
  • Understanding Content Packs
  • Saving Reports as PDF
  • Implementing Row-Level Security
  • Exporting Data from Visualizations
  • Setting Permissions and Access Controls
  • Collaborative Workspaces
  • Best Practices for Report Distribution

Hands-on:

  • Participants will practice sharing dashboards using Power BI Service, saving reports as PDFs, and exporting data from visualizations.
bootcamp timeline
Module 4 : Microsoft Excel for Data Analytics
  • Introduce fundamental Excel functionalities for data manipulation and formatting.
  • Master conditional functions for logical operations and data analysis.
  • Explore chart creation and customization for visual data representation.
  • Manipulate date formats and perform date-related calculations
  • Sort data effectively based on different criteria in Excel
  • Filter and extract specific data subsets from Excel datasets
  • Apply conditional formatting techniques to highlight data patterns
  • Utilize loaokup functions to retrieve data from Excel tables efficiently
  • PivotTable and PivotChart creation for data summarization and analysis
  • Automate tasks in Excel using macros and understand VBA programming

Basic Excel

  • Introduction to Excel
  • Creating and Closing Files
  • Tabs and Groups
  • Exploring Styles and Clearing Formatting
  • Text to Columns
  • Freeze Panes
  • Cell References
  • Relative References
  • Absolute References
  • Data Validation
  • Grouping Items
  • Creating Range Names
  • Removing Unwanted Characters from Text
  • Remove Duplicates
  • Formulas and Functions
  • Find & Replace
  • Flash Fill Series
  • Consolidate
  • Subtotal
  • What-if Analysis
  • Watch Window
  • Formula Auditing
  • Protect Cells, Sheet, Workbook
  • Statistical Functions
  • Hyperlinks to Sheet and Webpage
  • Logical Tests

Hands-on:

  • Create a basic Excel file with formulas and functions.
  • Apply formatting styles and data validation rules
  • Function
  • Nested IF
  • AND Function
  • SUMIF
  • COUNTIF
  • IFERROR

Hands-on:

  • Implement conditional functions in Excel formulas.
  • Use nested IF statements for complex conditions.
  • Creating Simple Charts
  • Modifying Charts
  • Changing Chart Types
  • Chart Formatting
  • Formatting Chart Items
  • Formatting Plot Area
  • Formatting Data Markers

Hands-on:

  • Create various types of charts and customize them.
  • Format charts to enhance visual clarity
  • Converting Dates to Different Formats
  • Obtaining Today’s Date
  • Finding Workdays After Specified Days
  • Extracting Year, Month, Day from Date
  • Extracting Day of the Week from Date
  • Calculating Differences Between Dates

Hands-on:

  • Convert date formats using Excel functions.
  • Perform date calculations based on given scenarios
  • Highlight Cells Rules
  • Top / Bottom Rules
  • Data Bars
  • Color Scales
  • Icon Sets
  • New Rule
  • Clearing and Managing Rules

Hands-on:

  • Apply various conditional formatting rules to Excel data.
  • Manage and clear conditional formatting rules as needed.
  • Sort by Text, Numbers, Dates
  • Sort by Cell Color, Font Color, Cell Icon
  • Sort by Custom List
  • Multi-column or Multi-row Sorting

Hands-on:

  • Sort Excel data using different sorting methods.
  • Perform multi-column sorting operations.
  • Filter by Selected Values, Text, Date, Numbers
  • Filter by Cell Color
  • Clear Filters
  • Advanced Filtering Techniques
  • Using Slicers for Filtering

Hands-on:

  • Apply filters and Advance filterings to Excel data based on various criteria.
  • Use slicers to interactively filter data.
  • VLOOKUP and HLOOKUP Functions
  • INDEX and MATCH Functions
  • Range Lookup Techniques

Hands-on:

  • Perform lookup operations using VLOOKUP, HLOOKUP, INDEX, and MATCH functions.
  • Apply range lookup techniques in Excel formulas.
  • Creating PivotTables
  • Recommended PivotTables
  • PivotTable Fields and Areas
  • PivotTable Nesting and Filtering
  • Summarizing Values by Calculations
  • PivotTable Tools and Customizations
  • Creating PivotCharts
  • Using Pictures in Charts
  • Advanced Chart Types: Band, Thermometer, Gantt,
  • Waterfall
  • Sparklines
  • Working with Multiple Sheets
  • Creating a formula across multiple worksheets
  • Summarizing data in multiple worksheets
  • Merging two tables using Append Queries

Hands-on:

  • Create PivotTables and PivotCharts to summarize and visualize data.
  • Customize PivotTables and PivotCharts for multiple worksheets
  • Introduction to Macros
  • Recording and Running Macros
  • Introduction to VBA (Visual Basic for Applications)
  • Basic VBA Syntax

Hands-on:

  • Record and run macros to automate repetitive tasks.
  • Write basic VBA scripts for Excel operations.
What our

students say

My training at Certisued has really contributed towards my long-term goals of becoming a Quantitative Strategist. We were guided constantly under Vijay sir, which gave us the liberty of taking risks. My core project was based on Machine learning using stocks data and applying some advanced algorithms to it. I am recommending this to every curious enthusiast out for sure!

Mannat Soni

Computer Science Student, Punjab University
https://www.linkedin.com/in/mannat-soni-b5ba54175/#

It's that not every hero wears a cape, it's that not every person can help, its that not every well educated person can teach but you as a person has taught us very well till now with some awesome techniques and without using those primitive techniques like reading out the PDFs and stuff. It was a great experience. Thank you for making this course so interactive and fun learning.

Himanish

Student, Manipal Univeristy
www.certisured.com

video reviews

VARUN

Data Analyst

Deepender

Machine Learning Engineer

Workshops across india

Manipal University
Frequently

Asked Question

Some of the frequently asked questions about the course are answered here

info

Tell me what exactly data analysis is and why it is so important.

Nowadays, each company collects data, and quintessentially each company’s success is dependent on how effectively this data is utilized. Data analysis is an art that facilitates these companies to cleanse the data, transform the data and conduct data exploration to derive useful insights that would largely help companies to foresee possible future trends.

info

What will I learn from this course?

You will learn Jupyter IDE, Python from scratch, Statistics on Datatab, Numpy, and Pandas for Data preprocessing and data wrangling, Matplotlib, and Seaborn for effective visualization. You will learn Database management systems and how to use Structured Query Language (SQL) on MySQL. You will also learn Power BI for data preprocessing and effective visualization to draw business insights.

info

I do not know anything about Python programming. Can I join this course?

YES, YOU CAN. We assure you that you do not have to know anything about programming or coding. We will teach Python programming from the scratch just like how you initially learn alphabets in any general conversation languages like English. With our one-to-one mentorship and your continuous effort, you will become a fluent Python programmer

info

Will I be completely job ready with Full Stack Data Analyst Course?

Full Stack Data Analyst Course is designed in accordance with the current industry requirement and trends. The curriculum is set after extensive industry requirement analysis and continuous consultation with industry experts. The course will make you job ready on technical aspects through the course curriculum and also through the specialized Job Assistance Program.

info

Do I get job assistance for this course?

We provide 100% job assistance. Our program is designed in such a way that we groom you to become industry-ready with Certisured’s unique placement program. We make sure that our students are well placed and industry ready in all the aspects which includes resume preparation, video resume, linked profile optimization, portfolio creation, blogs by students, and a certification that has a high value in the industry.

info

What is the duration of the course?

The course is set out for a duration of 4 months. The course is tailored to accommodate enough time to learn the data analysis concepts and also practice extensively to become a master in data analytics using Python, Power BI, and SQL.

info

What kind of datasets do I get to work on?

All the datasets used for class demonstrations and provided for mini projects/Capstone projects are industry relevant exclusive real-life datasets. You will get an exposure to industry level data analysis pipeline while working on these real-life datasets.

info

Is this an online course or an offline course?

The course is offered in both online and offline modes. For offline classes, you will find Certisured to be one of the best and most state-of-the-art learning environments for offline classes. For online classes, we deliver the same offline-level immersive instructor-led training with the help of our unique Smart Panel.

info

Can you please tell me about the certificate?

A Course Completion Certificate will be awarded upon the completion of the course. A Course Excellence Certificate will be awarded upon successful completion of the course and successful completion of the mini projects and capstone projects as defined. The certificates awarded by Certisured are well recognized in the industry and have lifetime validity.

info

What are the payment options?

You will have the following options to make a payment.

  • One-shot payment: A special discount will be given for one-shot payments.
  • Payment on installments: You can also make the payment in 0% interest installments.

We accept payments through cash, UPI payments, debit card, and credit card.

info

Is there any refund policy

YES, THERE IS A REFUND POLICY.

Course

Pricing & Discounts

Early bird entries will get a discount of up to 15% on the standard package. A new batch starts every month 15th and any student enrolled on or before the 7th of the respective month will be eligible for the early bird offer.

Explore Course Information and Exclusive Deals

Early bird entries will get a discount up to 25% on the standard package. Write to learn@certisured.com to know your coupon code.

Enquire About Course Details and Special Offers
  • Complete course and mentorship
  • 5+ hands on projects
  • Assistance with Portfolio, Resume and Placement
  • Mock Interview Preparation
  • Assured placement support

Register for the demo class

If you want to know more details or talk to the instructor, register below for the demo class. Those who attend the demo class will get a coupon code too!