Download as pdf or txt
Download as pdf or txt
You are on page 1of 27

edureka!

edureka!
Discover Learning

Data Analyst Masters Program

About Edureka
Edureka is a leading e-learning platform providing live instructor-led interactive online training.
We cater to professionals and students across the globe in categories like Big Data & Hadoop,
Business Analytics, NoSQL Databases, Java & Mobile Technologies, System Engineering, Project
Management and Programming. We have an easy and affordable learning solution that is
accessible to millions of learners. With our students spread across countries like the US, India,
UK, Canada, Singapore, Australia, Middle East, Brazil and many others, we have built a
community of over 1 million learners across the globe.

About the Program


Curated and led by industry experts, this program boasts of an exhaustive curriculum which has
been determined by extensive mining on 500+ job descriptions across key job websites. Skills
you get to master includes Statistics concepts, Analytics programming languages like R, SAS and
Python, Data Visualization and Reporting tools like Tableau, QlikView and Machine learning
techniques. This sets this program at par from other short-term certifications and transform
you into an expert Data Analyst.

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Index

1 Statistics Essentials for Analytics


2 Data Analytics with R Certification
3 Tableau Training & Certification
4 Microsoft Power BI Training
5 AWS S3

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

edureka !
Discover Learning
*Depending on industry requirements, Edureka may make changes to the course curriculum

Statistics Essentials for Analytics


Module Curriculum

About the Course


A self-paced course that helps you to understand the various Statistical Techniques from the
very basics and how each technique is employed on a real-world data set to analyze and
conclude insights. Statistics and its methods are the backend of Data Science to "understand,
analyze and predict actual phenomena". Machine learning employs different techniques and
theories drawn from statistical & probabilistic fields.

Module Outline

Module 1: Understanding the Data

Topics:

• Introduction to Data Types


• Numerical parameters to represent data
• Statistical parameters to represent data

Module 2: Probability and its uses

Topics:

• Uses of probability
• Need of probability
• Bayesian Inference
• Density Concepts
• Normal Distribution Curve

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Module 3: Statistical Inference

Topics:

• Point Estimation
• Confidence Margin
• Hypothesis Testing
• Levels of Hypothesis Testing
Module 4: Data Clustering
Topics:

• Association and Dependence


• Causation and Correlation
• Covariance
• Simpson’s Paradox
• Clustering Techniques
Module 5: Testing the Data

Topics:

• Parametric Test
• Parametric Test Types
• Non- Parametric Test
• Experimental Designing
• A/B testing
Module 6: Testing the Data

Topics:

• Logistic and Regression Techniques


• Problem of Collinearity
• WOE and IV
• Residual Analysis
• Heteroscedasticity
• Homoscedasticity

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

edureka !
Discover Learning

Data Analytics with R Certification


Course Curriculum

About the Course


Data Analytics with R training will help you gain expertise in R Programming, Data
Manipulation, Exploratory Data Analysis, Data Visualization, Data Mining, Regression,
Sentiment Analysis and using R Studio for real life case studies on Retail, Social Media.
Course Outline

Module 1 – Introduction to Data Analytics

Learning Objective:
This module introduces you to some of the important keywords in R like Business Intelligence,
Business Analytics, Data, and Information. You can also learn how R can play an important role
in solving complex analytical problems. This module tells you what is R and how it is used by the
giants like Google, Facebook, Bank of America, etc. Also, you will learn use of 'R' in the industry,
this module also helps you compare R with other software in analytics, install R and its
packages.

Topics:

Introduction to terms like Business Intelligence, Business Analytics, Data, Information, how
information hierarchy can be improved/introduced, understanding Business Analytics and R,
knowledge about the R language, its community and ecosystem, understand the use of 'R' in
the industry, compare R with other software in analytics, Install R and the packages useful for
the course, perform basic operations in R using command line, learn the use of IDE R Studio and
Various GUI, use the ‘R help’ feature in R, knowledge about the worldwide R community
collaboration.

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Module 2 – Introduction to R Programming

Learning Objective:
This module starts from the basics of R programming like datatypes and functions. In this
module, we present a scenario and let you think about the options to resolve it, such as which
datatype should one to store the variable or which R function that can help you in this scenario.
You will also learn how to apply the 'join' function in SQL.

Topics:

The various kinds of data types in R and its appropriate uses, the built-in functions in R like:
seq(), cbind (), rbind(), merge(), knowledge on the various subsetting methods, summarize data
by using functions like: str(), class(), length(), nrow(), ncol(), use of functions like head(), tail(),
for inspecting data, Indulge in a class activity to summarize data, dplyr package to perform SQL
join in R.

Module 3 – Data Manipulation in R

Learning Objective:
In this module, we start with a sample of a dirty data set and perform Data Cleaning on it,
resulting in a data set, which is ready for any analysis. Thus using and exploring the popular
functions required to clean data in R.

Topics:

The various steps involved in Data Cleaning, functions used in Data Inspection, tackling the
problems faced during Data Cleaning, uses of the functions like grepl(), grep(), sub(), Coerce the
data, uses of the apply() functions.

Module 4 – Data Import Techniques in R

Learning Objective:
This module tells you about the versatility and robustness of R which can take-up data in a
variety of formats, be it from a csv file to the data scraped from a website. This module teaches
you various data importing techniques in R.

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Topics:

Import data from spreadsheets and text files into R, import data from other statistical formats
like sas7bdat and spss, packages installation used for database import, connect to RDBMS from
R using ODBC and basic SQL queries in R, basics of Web Scraping.

Module 5 – Exploratory Data Analysis

Learning Objective:

In this module, you will learn that exploratory data analysis is an important step in the analysis.
EDA is for seeing what the data can tell us beyond the formal modeling or hypothesis. You will
also learn about the various tasks involved in a typical EDA process.

Topics:

Understanding the Exploratory Data Analysis(EDA), implementation of EDA on various datasets,


Boxplots, whiskers of Boxplots. understanding the cor() in R, EDA functions like summarize(),
llist(), multiple packages in R for data analysis, the Fancy plots like the Segment plot, HC plot in
R.

Module 6 – Data Visualization in R

Learning Objective:
In this module, you will learn that visualization is the USP of R. You will learn the concepts of
creating simple as well as complex visualizations in R.

Topics:

Understanding on Data Visualization, graphical functions present in R, plot various graphs like
tableplot, histogram, Boxplot, customizing Graphical Parameters to improvise plots,
understanding GUIs like Deducer and R Commander, introduction to Spatial Analysis.

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Module 7 – Data Mining: Clustering Techniques

Learning Objective:
This module lets you know about the various Machine Learning algorithms. The two Machine
Learning types are Supervised Learning and Unsupervised Learning and the difference between
the two types. We will also discuss the process involved in 'K-means Clustering', the various
statistical measures you need to know to implement it in this module.

Topics:

Introduction to Data Mining, Understanding Machine Learning, Supervised and Unsupervised


Machine Learning Algorithms, K-means Clustering.

Module 8 – Data Mining: Association Rule Mining & Collaborative filtering

Learning Objective:

In this module, you will learn how to find the associations between many variables using the
popular data mining technique called the "Association Rule Mining", and implement it to
predict buyers' next purchase. You will also learn a new technique that can be used for
recommendation purpose called "Collaborative Filtering". Various real-time based scenarios are
shown using these techniques in this module.

Topics:

Association Rule Mining, User Based Collaborative Filtering (UBCF), Item Based Collaborative
Filtering (IBCF)

Module 9 – Linear and Logistic Regression

Learning Objective:

This module touches the base of 'Regression Techniques’. Linear and logistic regression is
explained from the basics with the examples and it is implemented in R using two case studies
dedicated to each type of Regression discussed.

Topics:

Linear Regression, Logistic Regression.

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Module 10 – Anova and Sentiment Analysis

Learning Objective:
This module tells you about the Analysis of Variance (Anova) Technique. The algorithm and
various aspects of Anova have been discussed in this module. Additionally, this module also
deals with Sentiment Analysis and how we can fetch, extract and mine live data from Twitter to
find out the sentiment of the tweets.

Topics:

Anova, Sentiment Analysis.

Module 11 – Data Mining: Decision Trees and Random Forest

Learning Objective:
This module covers the concepts of Decision Trees and Random Forest. The algorithm for
creation of trees and classification of decision trees and the various aspects like the Impurity
function Gini Index, Pruning, Entropy etc are extensively taught in this module. The algorithm of
Random Forests is discussed in a step-wise approach and explained with real-life examples. At
the end of the class, these concepts are implemented on a real-life data set.

Topics:

Decision Tree, the 3 elements for classification of a Decision Tree, Entropy, Gini Index, Pruning
and Information Gain, bagging of Regression and Classification Trees, concepts of Random
Forest, working of Random Forest, features of Random Forest, among others.

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!
edureka !
Discover Learning

Tableau Training and Certification


Course Curriculum

About the Course


Edureka’s Tableau Training & Certification Course is curated by Business Intelligence Industry
Experts, and it covers in-depth knowledge on Tableau Prep Builder, Tableau Desktop, and
Tableau Online. Throughout this online instructor-led Tableau Training, you will be working on
real-life industry use cases in Retail, Entertainment, Transportation and Life Sciences domains.

Course Outline

Module 1 – Data Preparation using Tableau Prep

Learning Objective:

Get a brief idea on Data Visualization and Tableau Prep Builder tool.

Topics:

• Data Visualization
• Business Intelligence tools
• Introduction to Tableau
• Tableau Architecture
• Tableau Server Architecture
• VizQL
• Introduction to Tableau Prep
• Tableau Prep Builder User Interface
• Data Preparation techniques using Tableau Prep Builder tool

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Hands-on:

• Build a simple data flow using Tableau Prep Builder tool


• Group and Replace feature using Tableau Prep Builder tool
• Pivoting data using Tableau Prep Builder tool
• Aggregate data using Tableau Prep Builder tool
• Perform Unions and Joins using Tableau Prep Builder tool

Module 2 – Data Connection with Tableau Desktop

Learning Objective:

Get a brief idea on Tableau UI components and various ways to establish data connection.

Topics:

• Features of Tableau Desktop


• Connect to data from File and Database
• Types of Connections
• Joins and Unions
• Data Blending
• Tableau Desktop User Interface
• Basic project: Create a workbook and publish it on Tableau Online

Hands-on:

• Joins using Tableau Desktop


• Data Blending feature within Tableau
• Create a Workbook and publish it over Tableau Online
• Save a workbook in different formats

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Module 3 – Basic Visual Analytics

Learning Objective:

Understand the importance of Visual Analytics and explore the various charts, features and
techniques used for Visualization.
Topics:

• Visual Analytics

• Basic Charts: Bar Chart, Line Chart, and Pie Chart

• Hierarchies

• Data Granularity

• Highlighting

• Sorting

• Filtering

• Grouping

• Sets

Hands-on:

• Basic Charts in Tableau


• Demonstrate Hierarchies, Data Granularity and Highlighting features in Tableau
• Perform Sorting, Filtering and Grouping techniques in Tableau
• Sets in Tableau

Module 4 – Calculations in Tableau

Learning Objective:

Understand basic calculations such as Numeric, String Manipulation, Date Function, Logical and
Aggregate. You will also get introduced to Table Calculations and Level of Detail (LOD)
expressions.

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Topics:

• Types of Calculations
• Built-in Functions (Number, String, Date, Logical and Aggregate)
• Operators and Syntax Conventions
• Table Calculations
• Level Of Detail (LOD) Calculations
• Using R within Tableau for Calculations

Hands-on:

• Demonstrate calculations using Built-in Functions in Tableau


• Perform Quick Table and Level Of Detail (LOD) calculations in Tableau
• Installing R and establishing connection with R within Tableau

Module 5 – Advanced Visual Analytics

Learning Objective:

Deep dive into Visual Analytics in a more granular manner. It covers various advanced
techniques for analyzing data that includes Forecasting, Trend Lines, Reference Lines,
Clustering, and Parameterized concepts.

Topics:

• Parameters

• Tool tips

• Trend lines

• Reference lines

• Forecasting

• Clustering

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Hands-on:

• Demonstrate Parameters in Calculations


• Perform Data Visualization using Trend lines, Forecasting and Clustering feature in
Tableau
• In-class Project 1- Domain: Media & Entertainment Industry

Module 6 – Level of Detail (LOD) Expressions in Tableau

Learning Objective:

Deep dive into advanced analytical scenarios, using Level Of Detail expressions.
Topics:

• Use Case I - Count Customer by Order


• Use Case II - Profit per Business Day
• Use Case III - Comparative Sales
• Use Case IV - Profit Vs Target
• Use Case V - Finding the second order date
• Use Case VI - Cohort Analysis

Hands-on:

• All the use cases are Hands-on intensive

Module 7 – Geographic Visualizations in Tableau

Learning Objective:

Gain an understanding of Geographic Visualizations in Tableau.


Topics:

• Introduction to Geographic Visualizations


• Manually assigning Geographical Locations
• Types of Maps

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

• Spatial Files
• Custom Geocoding
• Polygon Maps
• Web Map Services
• Background Images

Hands-on:

• Create a Map and assign Geographic locations to the fields


• Demonstrate how to create a Map from a Spatial file
• Learn how to create a Filled Map, Symbol Map, and a Density Map
• Perform Custom Geocoding in Maps
• Build a Polygon Map
• Establish connection with the WMS Server

Module 8 – Advanced Charts in Tableau

Learning Objective:

Learn to plot various advanced charts in Tableau Desktop.

Topics:

• Box and Whisker’s Plot


• Bullet Chart
• Bar in Bar Chart
• Gantt Chart
• Waterfall Chart
• Pareto Chart
• Control Chart
• Funnel Chart
• Bump Chart

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

• Step and Jump Lines


• Word Cloud
• Donut Chart

Hands-on:

• All the above charts have Hands-on

Module 9 – Dashboards and Stories

Learning Objective:

Build Dashboards and Stories within Tableau.

Topics:

• Introduction to Dashboards
• The Dashboard Interface
• Dashboard Objects
• Building a Dashboard
• Dashboard Layouts and Formatting
• Interactive Dashboards with actions
• Designing Dashboards for devices
• Story Points

Hands-on:

• Demonstrate how to add objects to a Dashboard


• Build a simple Dashboard (using Layouts and Formatting features)
• Create Interactive Dashboards using actions
• Learn to create Dashboard for devices using Device Designer
• Build Stories with Dashboards
• In-class Project 2- Domain: Retail Industry

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Module 10 – Get Industry Ready

Learning Objective:

Learn effective ways of designing Dashboards with minimum time investment.


Topics:

• Tableau Tips and Tricks


• Choosing the right type of Chart
• Format Style
• Data Visualization best practices
• Prepare for Tableau Interview

Hands-on:

• Hands-on experience on various tips and tricks with Tableau


• In-class Industry Grade Major Project-Domain: Transportation Industry

Module 11 – Exploring Tableau Online

Learning Objective:

Learn to publish data, interact, modify, and secure the published data on Tableau Online.

Topics:

• Publishing Workbooks to Tableau Online

• Interacting with Content on Tableau Online

• Data Management through Tableau Catalog

• AI-Powered features in Tableau Online (Ask Data and Explain Data)

• Understand Scheduling

• Managing Permissions on Tableau Online

• Data Security with Filters in Tableau Online

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Hands-on:

• Publishing Workbooks to Tableau Online


• Interacting with Content on Tableau Online
• Managing permissions on Tableau Online
• Data security using User-based and Row-level filters

Module 12 – In-class Project

Learning Objective:

Learn to create Tableau reports for various industrial scenarios and publish them on Tableau
Online. Learn to manage permissions and secure data using filters.

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

edureka !
Discover Learning

Microsoft Power BI Training


Course Curriculum

About Power BI Course

Edureka’s Microsoft Power BI Training introduces you to Power BI Desktop and how it is used
with Power Pivot for Data Modelling. This course enables you to learn about Data Analysis
Expressions (DAX) and Data Visualization with Power BI Desktop, Power View and Power Map.
This course will also introduce you to Power BI Q&A, which enables you to discover, explore
and visualize enterprise data using Natural Language.

Module 1: Introduction to Power BI

Learning Objective:

This module will introduce you to Power BI, its building blocks and the various fundamental
concepts of Power BI.

Topics Covered:

• Business Intelligence

• Self Service Business Intelligence

• SSBI Tools

• Power BI vs Tableau vs QlikView

• What is Power BI

• Why Power BI?

• Key Benefits of Power BI

• Flow of Power BI

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!
• Components of Power BI

• Architecture of Power BI

• Building Blocks of Power BI

Module 2: Power BI Desktop


Learning Objective:

This module will introduce you to Power BI Desktop. You will know how to extract data from
various sources and establish connections with Power BI Desktop, perform transformation
operations on data and the Role of Query Editor in Power BI.

Topics Covered:

• Overview of Power BI Desktop

• Data Sources in Power BI Desktop

• Connecting to a data Sources

• Query Editor in Power BI

• Query Ribbon

• Clean and Transform your data with Query Editor

• Combining Data – Merging and Appending

• Cleaning irregularly formatted data

• Views in Power BI Desktop

• Modelling Data

• Manage Data Relationship

• Automatic Relationship Updates

• Template Apps

• Cross Filter Direction

• Create calculated tables and measures

• Optimizing Data Models

• PBIDS Files

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Module 3: Data Analysis Expressions (DAX)


Learning Objective:
This module will help you learn the basics of DAX in Power BI Desktop.
Topics Covered:

• Essential concepts in DAX

• Why is DAX important?

• DAX Syntax

• Data Types in DAX

• Ranking and rank over groups

• Filter and evaluation context

• Context interactions

• Calculation Types

• DAX Functions

• Measures in DAX

• DAX Operators

• DAX tables and filtering

• DAX queries

• Create simple and compound measures

• Schema relations

• Star schema design

• DAX Parameter Naming

Module 4: Data Visualization


Learning Objective:

This module will help you understand the benefits and best practices of Data Visualization. It
will also help you in creating charts using Custom Visuals.

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Topics Covered:

• Introduction to visuals in Power BI

• Charts in Power BI

• Matrixes and tables

• Slicers

• Map Visualizations

• Gauges and Single Number Cards

• Create scatter, waterfall, and funnel charts

• Modifying colors in charts and visuals

• Shapes, text boxes, and images

• What Are Custom Visuals?

• Page layout and formatting

• KPI Visuals

• Z-Order

• Explore time-based data

• AppSource

Module 5: Introduction to Power BI Q&A and Data Insights


Learning Objective:

This module will help you in creating Dashboards and publishing it on Power BI services. You
will also be taught to monitor Real-time Data with REST API.

Topics:

• Introduction to Power BI Service

• Introduction to using workspaces

• Dashboard vs. Reports

• Quick Insights in Power BI

• Creating Dashboards

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!
• Configuring a Dashboard

• Power BI Q&A

• Ask questions of your data with natural language

• Power BI embedded

• Create custom Q&A suggestions

• Edit tile details and add widgets

• Build apps

• Integrate OneDrive for Business with Power BI

Module 6: Direct Connectivity

Learning Objective:

This module will help you learn, how to connect data sources directly to Azure, HD Spark, My
SQL, and create interactive dashboards.

Topics:

• Introduction to using Excel data in Power BI

• Exploring live connections to data with Power BI

• Connecting directly to SQL Azure, HD Spark, SQL Server Analysis Services/ My SQL

• Introduction to Power BI Development API

• Import Power View and Power Pivot to Power BI

• Power BI Publisher for Excel

• Content packs

• Data caching and refresh

• Introducing Power BI Mobile

Module 7: Power BI Report Servers


Learning Objectives:

This module will help you understand about Power BI Report Servers and data gateways. Also
you will learn about the web portal in which you display and manage reports and KPI’s .

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Topics Covered:

• Report Server Basics

• Web Portal

• Paginated Reports

• Row level Security

• Data Gateways

• Scheduled Refresh

• Configure scheduled refresh

• Create a publish-to-web embed code

• Customize the sample Power BI file

Module 8: Advanced Analytics in Power BI using R & Python


Learning Objective:

This module will help you create R and Python visuals in Power BI Desktop as well as in Power BI
Service.
Topics:

• R Integration in Power BI Desktop

• R visuals in Power BI

• R Powered Custom Visuals

• Creating R visuals in Power BI

• R Visuals in Power BI Service

• R Scripts Security

• Creating visual using Python

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

Module 9: In-class Project


Learning Objectives:

Here in you will develop an exhaustive project where you will incorporate all your learnings of
Power BI. At the end of this module you should be able to learn to incorporate various features
as per the requirements of your Enterprise

Topics Covered:

• Comprehensive project covers all essentials of the course.

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!

edureka !
Discover Learning

AWS S3
Course Curriculum

Module 1: Object Storage Options


Goal:

Here in you will develop an exhaustive project where you will incorporate all your learnings of
Power BI. At the end of this module you should be able to learn to incorporate various features
as per the requirements of your Enterprise
Objectives:

• Upon completing this module, you should be able to:

• Understand Traditional Storage

• Work with Amazon S3

• Know the benefits of using Amazon Glacier

• Work with CloudFront

• Get an overview of Snowball

• Understand the concepts of Storage Gateway

Topics:

• Traditional Storage

• Need to Move to Cloud Storage

• Traditional vs. Cloud Storage Cost

• Cloud Storage

• Different Storage Options Available on AWS

• Simple Storage Service (S3) and Its Components

www.edureka.co © Brain4ce Education Solutions Pvt.


edureka!
• Working of S3

• Difference Between S3, EBS and EFS

• Bucket Policy

• Access Control List(ACL)

• Versioning

• Cross-Region Replication (CRR) and Its Use Case

• Amazon S3 Transfer Acceleration

• Choice of Storage Classes on S3

• Lifecycle Policy of S3 Bucket

• CDN: CloudFront and AWS Global Accelerator

• Storage Gateways

Hands-On:

• Hosting a Static Website on Amazon S3

• Versioning in AWS S3

• Replicating data across regions

• Transfer and retrieve data from Glacier through lifecycle policy

• Direct Data Migration to Amazon S3 Glacier Vault via AWS CLI

• Accessing a static website through CloudFront

• File Share via AWS Storage Gateway

www.edureka.co © Brain4ce Education Solutions Pvt.

You might also like