Data Analytics_Classroom
Data Analytics_Classroom
2. SQL
3. Power BI
4. Python
✓ Tableau
✓ Project
✓ Aptitude
✓ Spoken English
• Text to Columns
• Concatenate
• The Concatenate Function
• The Right Function with Concatenation
• Absolute Cell References
• Data Validation
• Time and Date Calculations
• Conditional Formatting
• Exploring Styles and Clearing Formatting
• Using Conditional Formatting to Hide Cells
• Formatting Charts
• Adding Chart Items
• Formatting All Text
• Formatting and Aligning Numbers
• Formatting the Plot Area
• Convert to Range
• Table Style Options
• Table Styles
• Cleaning Data with Text Functions
• Removing Unwanted Characters from Text
• Extracting Data Values from Text
• Formatting Data with Text Functions
• Icon Sets
• New Rule
• Clear Rules
• Manage Rules
• Sort by Text
• Sort by Numbers
• Sort by Dates or Times
• Sort by Cell Color
• Sort by Font Color
• Sort by Cell Icon
• Sort by a Custom List
• Sort by Rows
• Sort by more than one Column or Row
• PivotTables
• Creating PivotTable
• Recommended PivotTables
• PivotTable Fields
• PivotTable Areas
• Nesting in the PivotTable
• Filters
• Slicers
• Summarizing Values by other Calculations
• PivotTable Tools
• Using Pictures in Column Charts
• Band Chart
• Thermometer Chart
• Gantt Chart
• Waterfall Chart
• Sparklines
• Pivot Charts
• PivotChart from PivotTable
• PivotChart without a PivotTable
• Working with Multiple Sheets
• Multiple Worksheets with same Structure
• Creating a Formula across Multiple Worksheets
• Summarizing Data in Multiple Worksheets
• What-If Analysis
SQL Training
Power BI
Introduction to Power BI
Learning Objectives: In this module, you will be introduced to what Power BI is, why to
choose power BI, its building blocks, other various fundamental concepts of Power BI
Topics Covered:
• What is Power BI?
• Why Power BI?
• Benefits of Power BI
• Building Blocks of Power BI
• Fundamental Concepts of Power BI
Power BI Desktop
Learning Objectives:
In this module you will be introduced to Power BI Desktop, software installation and
overview of software
Topics Covered:
• Software Installation Procedures and Guidelines
• Overview of Software
• Power BI Sign UP
• Introduction to Tools and Terminologies
• Refreshing Power BI Service Data
• What is a Dashboard?
• What is a Report?
• How to share Dashboard and Report?
Data Source Connection and Data Transforming
Learning Objective: In this module you will be introduced to how to connect to a data
source, perform cleaning and transformation of data
Topics Covered:
• Connecting to a Data Source
• Upload a local CSV File
• Connect to Excel Data
• What is a Query Editor?
• Import Data vs Direct Query
• Data Cleaning and Data Transformation
• Merging and Appending
Hands-on:
Datasets will be provided for practicing how to load and perform cleaning and data
transformation.
Modelling using Power BI
Learning Objective: In this module you will be introduced to data modelling, how to
manage relationships, creating calculated columns, measures and quick measures
Topics Covered:
• Modelling of Data
• Manage Data Relationship
• Cardinality, Cross Filtering
• Default Summarization and Sort By
• Creating Calculated Columns
• Creating Quick Measures and Measures
Hands-on:
In this you will be given hands-on to work on datasets, create calculated columns,
manage relationships etc.,
Learning Objective:
In this module you will be introduced to DAX
Topics Covered:
• What is DAX?
• Why is DAX Important?
• DAX Syntax
• Data Types in DAX
• Functions in DAX
• Measures in DAX
• Operators in DAX
• Tables and Filtering in DAX
• Queries in DAX
• Parameter Naming in DAX
Hands-on:
In this module hands-on will be given on various DAX functions
Data Visualization
Learning Objective: In this module you will be introduced to what is data visualization,
importance of data visualization, creating charts using Power BI
Topics Covered:
• Creating Visualizations
• Colour Formatting
• Sort Order
• Scatter plot and Bubble Charts
• Tooltips
• Slicers
• Cross Filtering, Highlighting
• Report Level Filters
• Drill Down and Drill Up
• Hierarchies
• Conditional Formatting, Tables, and Matrices
• KPI’s
• Cards and Gauges
• Map Visualizations
• Custom Visuals
• Grouping and Binning
• Selection Pane, Bookmarks & Buttons
• Z-Order
Hands-on:
In this module hands-on will be given on visualization, colour formatting, slicers, filters,
grouping, selection pane etc.,
Reports and Dashboards
Learning Objective: In this module you will be introduced to modify reports and
dashboards, ask questions to Power BI Q&A
Topics Covered:
• Modify and Print a Report
• Rename and delete report pages
• Add a filter to a page or report
• Set visualization interactions
• Print a report page
• Send a report to PowerPoint
• Create a Dashboard
• Create and manage dashboards
• Pin a report tile to a dashboard
• Pin a live report page to a dashboard
• Pin a tile from another dashboard
• Pin an Excel element to a dashboard
• Manage pinned elements in Excel
• Add a tile to a dashboard
• Build a dashboard with Quick Insights
• Set a Featured (default) dashboard
• Ask Questions about Your Data
• Ask a question with Power BI Q&A
• Tweak your dataset for Q&A
• Enable Cortana for Power BI
Hands-on:
In this module hands-on will be given on how to add filters to reports, set interactions,
create dashboards etc.,
Publishing and Sharing Reports
Learning Objective: In this module you will be introduced to how to publish and share
your dashboards and reports, saving options.
Topics Covered:
• Introduction to Sharing Options
• How to Publish Report From Power BI Desktop?
• How to Publish Report to Web?
• How to Share Dashboards Using Power BI Service?
• What is Content Pack?
• How to Save as PDF?
• What is Row Level Security?
• How to Export Data from Visualization?
Hands-on:
In this module hands-on will be given on how to share dashboard with Power BI service,
how to save as PDF and exporting data from visualization
Tableau
Python
Introduction to Python:
Objective:
In this module, you will get a basic understanding of python programming, Virtual
environment, Package manager, version differences of python programming and
detailed knowledge about the python installation and environment setup for working
with python.
Topic:
• Python programming history & features
• Python compiler and IDE installation
• Virtual Environment
• Pip – Package Manager
Hands-on:
How to set up an environment for python development.
Basics of Python:
Objective:
In this module, you will get a basic understanding of python Syntax and a detailed
understanding of Input/Output [I/O] operations, Variables, Operators Datatypes and
Data structure.
Topic:
• Python Syntax Overview, Indentation, comments
• Variable declaration
• Datatypes and data structure
o Primitive
o Non-primitive
• Operators in python
Hands-on:
How to write a basic Python code, variable declaration datatypes, and operators usage.
Function in Python:
Objective:
In this module, you will get a detailed understanding of writing function, the scope of
variables, function with arguments, keyword arguments, lambda functions and Modules
in python.
Topics:
• Syntax of Function
• Function with *args & **kwargs
• Scope of variables
• Lambda function with map, filter, reduce method
• DocString
• Modules and standard Modules
Hands-on:
How to create and use functions and different types of argument, lambda function, and
modules in python.
Oops in Python:
Objective:
In this module, you will get a detailed understanding of Object-Oriented Programming
Concepts in python.
Topics:
• Oops Concepts with programming syntax
o Class
o Object
o Polymorphism
o Encapsulation
o Inheritance
• Types of Methods in python
Hands-on:
How to use Object-oriented programming concepts in python.
Comprehension in Python:
Objective:
In this module, you will get a detailed understanding of List, Dictionary comprehension