SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
DATA ANALYTICS COURSE CONTENT
Tableau: Data Visualization/Business Intelligence Tool
Tableau is 10-100x faster than existing solutions. It's designed to support how people think. Drag and
drop on the canvas. Leverage your natural ability to spot visual patterns quickly. Experience an analytics
solution built for speed and ease of use.Whether it’s in a spreadsheet, a SQL database, Hadoop, or the
cloud, you can connect to any data, anywhere. Access big data with a click. Combine disparate data
sources without writing code. Discover what all your data has to say. Creating interactive presentations.
Control the narrative while allowing your audience to explore.Real analytics demands more than a
pretty dashboard. Build new calculations from existing data, drag in reference lines and forecasts, and
access statistical summaries. Experiment with trend analyses, regressions and correlations.
Types:
1. Desktop- Tableau Desktop is a product that everyone can use to ask new questions, spot
trends, identify opportunities, and make data-guided decisions with confidence.
2. Online-Now it's easy for a business of any size to share insights in the cloud. Tableau Online
makes business intelligence faster and easier than ever before. Publishing dashboards with
Tableau Desktop and sharing them with colleagues, partners or customers.Deploying world-
class business intelligence with a few clicks. No hardware required. Start with a few users,
and add more when you're ready. Viewing dashboards from the office, at home or on the
road. Filter and drill down using Tableau Mobile. Edit any existing view, from the Web or
from a tablet. Keeping your data secure is our top priority. Only your authorized users can
interact with your data and dashboards. Use single sign-on to make security easy for your
trusted users. Our expert team works around the clock to keep your data secure, while you
focus on your business.
3. Server- Extend the value of your data across your organization with Tableau Server.
Empower your business with the freedom to explore data in a trusted environment—
without limiting them to pre-defined questions, wizards, or chart types. And have the peace
of mind that your data is governed and secure.Connect to any data source securely -
whether on premise or in the cloud. Publish and share your data sources for everyone to
use. Work with popular enterprise data sources like Cloudera Hadoop, Oracle, AWS Redshift,
cubes, Teradata, Microsoft SQL Server, and more. Use our web data connector and APIs to
access hundreds more data sources.
Tableau Desktop Course Content:
1. Introduction
a. Getting Started
b. Tableau Interface
c. Distributing and Publishing
2. Connecting to Data
a. Getting Started with Data
b. Managing Metadata
c. Managing Extracts
DATA ANALYTICS COURSE CONTENT
d. Data preparation with Text and Excel files
e. Joins
f. Data Blending
3. Visual Analytics
a. Granular Level Analysis
b. Sorting
c. Grouping
d. Creating and Working with Sets
e. Filtering
f. Parameters
g. Formatting
h. Trend and Reference lines
i. Forecasting
j. Clustering
4. Dash boarding and Stories
a. Building Dashboard
b. Layouts and Formatting
c. Story Points
d. Dashboard Interactivity using Actions
5. Mapping
a. Maps in tableau
b. Editing Unrecognized locations
c. Custom Geocoding
d. Background Images
6. Calculations
a. Calculation Syntax
b. Introduction to LOD expressions
c. Intro to Table calculations
d. Modifying Table Calculations
e. Aggregate Calculations
f. Date Calculations
g. Logic Calculations
h. Number, String and Type Calculations
7. Building Charts
a. Using a parameter to Change fields
b. Cleaning data by Bulk Re-aliasing
c. Bollinger Bands
d. Bar, Line, Pie and Basic charts
e. Bump Charts
f. Control Charts
g. Funnel Charts
h. Pareto Charts
i. Waterfall Charts
j. Heat Maps
k. Scatter Plots
DATA ANALYTICS COURSE CONTENT
l. Box and Whisker Plots
Teradata: RDBMS
Teradata is a popular Relational Database Management System (RDBMS) suitable for large data
warehousing applications. It is capable of handling large volumes of data and is highly scalable. This
course provides a good understanding of Teradata Architecture, various SQL commands, Indexing
concepts and Utilities to import/export data.
1. Teradata Overview
a. Basic Relational Concepts
b. Competitive Advantage over other RDBMS
c. Architecture
d. Teradata Components
e. Interaction between the components
f. Tools and Utilities
2. Teradata Indexes and Join Strategies
a. Primary Key and Primary Index differences
b. Primary Index and Secondary Index Types
c. Data Retrieval using Primary and Secondary Index
d. Advantages of PPI
e. Join Strategies
3. Teradata SQL
a. Data types
b. DDL Statements (CREATE, ALTER, DROP)
c. DML Statements (Insert, Delete, Update)
d. DCL Statements (Grant, Revoke)
e. Order by, Group by and Distinct
f. SET Operators, Logical & Conditional Operators
g. String functions, Cast & Format functions
h. HELP and Show Functions
i. Date Functions and Built-In Functions
j. Aggregation
k. Joins (INNER and OUTER)
4. SQL Advanced
a. Sub queries
b. Upsert, Case and Coalesce
c. NullIf
d. Temporary Tables
e. Explain
f. Rank and Row Number
5. Teradata Utilities
a. Fast load
b. Multi load
DATA ANALYTICS COURSE CONTENT
c. BTEQ
d. Fast Export
e. TPT
SAS: Statistical Analysis System
SAS is a software suite that can mine, alter, manage and retrieve data from a variety of sources and
perform statistical analysis on it.SAS provides a graphical point-and-click user interface for non-technical
users and more advanced options through the SAS programming language. SAS is the largest market-
share holder in "advanced analytics"
SAS Course Content:
Base SAS
1. Introduction to SAS Programming
a. Introduction: History
b. SAS Windows contents
c. SAS Studio on SAS University edition
d. SAS data sets Parts of a SAS program
e. Modes for submitting a SAS program
f. How SAS language works
g. DATA-STEP’s built-in loop
h. Program data vector (PDV)
i. Getting your data into SAS
j. Temporary vs. permanent SAS data sets
k. Working with data
l. Creating and redefining variables.
2. Data Transformations
a. Creating and redefining variables revisited
b. NUMERIC and CHARACTER
c. Working with SAS dates
d. SAS Formats and Informats
e. PUT & INPUT Functions
f. Conditional variable creation
g. Title and Footnotes
h. ODS Statements
i. _NULL_
j. Debugging
k. Reading Unstructured Data
3. Loops and Arrays
a. Do Loops
b. Do Until and DO While
c. Retain and Sum Statements
d. Arrays
4. Combining Data Sets
DATA ANALYTICS COURSE CONTENT
a. Appending Data sets using Data step
b. Append Procedure
c. Data Step Merge
d. Using IN option to merge data sets
5. SAS Procedures
a. Proc Contents
b. Proc Print
c. Proc Sort
d. Proc Copy
e. Proc Compare
f. Proc Means
g. Proc Freq
h. Proc Transpose
i. Proc Export
j. Proc Import
k. Proc Format
l. Proc Datasets
6. SQL
a. Introduction to Syntax
b. Querying the data
c. Creating Tables
d. Updating and Dropping Tables
e. Dropping Columns
f. Table Constraints
g. Sub-Queries
h. Inline Queries
i. Grouping
j. Joins – Inner and Outer
7. Macros
a. Introduction to Macro concept
b. Macro Flow Architecture
c. Macro Tokens
d. Creating and Resolving Macro variables
e. Creating Macros
f. Debugging
g. Macro Functions
h. Looping using Macros
i. Auto call Functionality

Contenu connexe

Tendances

Whitepaper tableau for-the-enterprise-0
Whitepaper tableau for-the-enterprise-0Whitepaper tableau for-the-enterprise-0
Whitepaper tableau for-the-enterprise-0alok khobragade
 
Tableau interview questions-ppt
 Tableau interview questions-ppt Tableau interview questions-ppt
Tableau interview questions-pptMayank Kumar
 
Tableau interview questions and answers
Tableau interview questions and answersTableau interview questions and answers
Tableau interview questions and answerskavinilavuG
 
Tableau interview questions www.bigclasses.com
Tableau interview questions www.bigclasses.comTableau interview questions www.bigclasses.com
Tableau interview questions www.bigclasses.combigclasses.com
 
Certifiably Tableau Presentation
Certifiably Tableau PresentationCertifiably Tableau Presentation
Certifiably Tableau PresentationSarah Bartlett
 
Tableau online training || Tableau Server
Tableau online training || Tableau ServerTableau online training || Tableau Server
Tableau online training || Tableau ServerUnited Trainings
 
Tableau online training
Tableau online trainingTableau online training
Tableau online trainingsuresh
 
Getting started with Tableau
Getting started with TableauGetting started with Tableau
Getting started with TableauParth Acharya
 
Krish data controls
Krish data controlsKrish data controls
Krish data controlssubakrish
 
Data Visualisation & Analytics with Tableau (Beginner) - by Maria Koumandraki
Data Visualisation & Analytics with Tableau (Beginner) - by Maria KoumandrakiData Visualisation & Analytics with Tableau (Beginner) - by Maria Koumandraki
Data Visualisation & Analytics with Tableau (Beginner) - by Maria KoumandrakiOutreach Digital
 
Data Visualization Workshop using Tableau
Data Visualization Workshop using TableauData Visualization Workshop using Tableau
Data Visualization Workshop using TableauRaghu Kalyan Anna
 

Tendances (20)

Tableau Server Basics
Tableau Server BasicsTableau Server Basics
Tableau Server Basics
 
Tableau online training
Tableau online trainingTableau online training
Tableau online training
 
Data visualization 2
Data visualization 2Data visualization 2
Data visualization 2
 
Whitepaper tableau for-the-enterprise-0
Whitepaper tableau for-the-enterprise-0Whitepaper tableau for-the-enterprise-0
Whitepaper tableau for-the-enterprise-0
 
Tableau
TableauTableau
Tableau
 
Tableau interview questions-ppt
 Tableau interview questions-ppt Tableau interview questions-ppt
Tableau interview questions-ppt
 
Data Visualization with Tableau - by Knowledgebee Trainings
Data Visualization with Tableau - by Knowledgebee TrainingsData Visualization with Tableau - by Knowledgebee Trainings
Data Visualization with Tableau - by Knowledgebee Trainings
 
Tableau interview questions and answers
Tableau interview questions and answersTableau interview questions and answers
Tableau interview questions and answers
 
Tableau interview questions www.bigclasses.com
Tableau interview questions www.bigclasses.comTableau interview questions www.bigclasses.com
Tableau interview questions www.bigclasses.com
 
Introduction to Tableau
Introduction to Tableau Introduction to Tableau
Introduction to Tableau
 
Certifiably Tableau Presentation
Certifiably Tableau PresentationCertifiably Tableau Presentation
Certifiably Tableau Presentation
 
Tableau online training || Tableau Server
Tableau online training || Tableau ServerTableau online training || Tableau Server
Tableau online training || Tableau Server
 
Tableau online training
Tableau online trainingTableau online training
Tableau online training
 
Getting started with Tableau
Getting started with TableauGetting started with Tableau
Getting started with Tableau
 
Tableau
TableauTableau
Tableau
 
Krish data controls
Krish data controlsKrish data controls
Krish data controls
 
Data Visualisation & Analytics with Tableau (Beginner) - by Maria Koumandraki
Data Visualisation & Analytics with Tableau (Beginner) - by Maria KoumandrakiData Visualisation & Analytics with Tableau (Beginner) - by Maria Koumandraki
Data Visualisation & Analytics with Tableau (Beginner) - by Maria Koumandraki
 
Tableau: A Business Intelligence and Analytics Software
Tableau: A Business Intelligence and Analytics SoftwareTableau: A Business Intelligence and Analytics Software
Tableau: A Business Intelligence and Analytics Software
 
Tableau best practises
Tableau best practisesTableau best practises
Tableau best practises
 
Data Visualization Workshop using Tableau
Data Visualization Workshop using TableauData Visualization Workshop using Tableau
Data Visualization Workshop using Tableau
 

En vedette

Tableau Sharing Session oleh Noverino Rifai
Tableau Sharing Session oleh Noverino RifaiTableau Sharing Session oleh Noverino Rifai
Tableau Sharing Session oleh Noverino RifaiNoverino Rifai
 
Tips for Tableau Beginners: Dashboard Design with Tableau Desktop
Tips for Tableau Beginners: Dashboard Design with Tableau DesktopTips for Tableau Beginners: Dashboard Design with Tableau Desktop
Tips for Tableau Beginners: Dashboard Design with Tableau DesktopSenturus
 
Tableau desktop & server
Tableau desktop & serverTableau desktop & server
Tableau desktop & serverChris Raby
 
Tableau Software - Business Analytics and Data Visualization
Tableau Software - Business Analytics and Data VisualizationTableau Software - Business Analytics and Data Visualization
Tableau Software - Business Analytics and Data Visualizationlesterathayde
 
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced features
Learning Tableau -  Data, Graphs, Filters, Dashboards and Advanced featuresLearning Tableau -  Data, Graphs, Filters, Dashboards and Advanced features
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced featuresVenkata Reddy Konasani
 
Four ways data is improving healthcare operations
Four ways data is improving healthcare operationsFour ways data is improving healthcare operations
Four ways data is improving healthcare operationsTableau Software
 
Tableau presentation
Tableau presentationTableau presentation
Tableau presentationkt166212
 
Tableau Drive, A new methodology for scaling your analytic culture
Tableau Drive, A new methodology for scaling your analytic cultureTableau Drive, A new methodology for scaling your analytic culture
Tableau Drive, A new methodology for scaling your analytic cultureTableau Software
 
Tableau free tutorial
Tableau free tutorialTableau free tutorial
Tableau free tutorialtekslate1
 

En vedette (10)

Tableau Sharing Session oleh Noverino Rifai
Tableau Sharing Session oleh Noverino RifaiTableau Sharing Session oleh Noverino Rifai
Tableau Sharing Session oleh Noverino Rifai
 
Tips for Tableau Beginners: Dashboard Design with Tableau Desktop
Tips for Tableau Beginners: Dashboard Design with Tableau DesktopTips for Tableau Beginners: Dashboard Design with Tableau Desktop
Tips for Tableau Beginners: Dashboard Design with Tableau Desktop
 
Tableau desktop & server
Tableau desktop & serverTableau desktop & server
Tableau desktop & server
 
Embedding with Tableau Server
Embedding with Tableau ServerEmbedding with Tableau Server
Embedding with Tableau Server
 
Tableau Software - Business Analytics and Data Visualization
Tableau Software - Business Analytics and Data VisualizationTableau Software - Business Analytics and Data Visualization
Tableau Software - Business Analytics and Data Visualization
 
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced features
Learning Tableau -  Data, Graphs, Filters, Dashboards and Advanced featuresLearning Tableau -  Data, Graphs, Filters, Dashboards and Advanced features
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced features
 
Four ways data is improving healthcare operations
Four ways data is improving healthcare operationsFour ways data is improving healthcare operations
Four ways data is improving healthcare operations
 
Tableau presentation
Tableau presentationTableau presentation
Tableau presentation
 
Tableau Drive, A new methodology for scaling your analytic culture
Tableau Drive, A new methodology for scaling your analytic cultureTableau Drive, A new methodology for scaling your analytic culture
Tableau Drive, A new methodology for scaling your analytic culture
 
Tableau free tutorial
Tableau free tutorialTableau free tutorial
Tableau free tutorial
 

Similaire à Data analytics online training

Best Tableau training in Chandigarh.pptx
Best Tableau training in Chandigarh.pptxBest Tableau training in Chandigarh.pptx
Best Tableau training in Chandigarh.pptxRykaBhatt
 
Data Wrangling and Visualization Using Python
Data Wrangling and Visualization Using PythonData Wrangling and Visualization Using Python
Data Wrangling and Visualization Using PythonMOHITKUMAR1379
 
Data science | What is Data science
Data science | What is Data scienceData science | What is Data science
Data science | What is Data scienceShilpaKrishna6
 
Tableau Course In Bangalore-October
Tableau Course In Bangalore-OctoberTableau Course In Bangalore-October
Tableau Course In Bangalore-OctoberDataMites
 
10 Features of Tableau to Smoothen your Data Visualization Tasks.pptx
10 Features of Tableau to Smoothen your Data Visualization Tasks.pptx10 Features of Tableau to Smoothen your Data Visualization Tasks.pptx
10 Features of Tableau to Smoothen your Data Visualization Tasks.pptxSudhanshiBakre1
 
Azhor kramp
Azhor krampAzhor kramp
Azhor krampazhor m
 
Cover Letter - David Degeyter - Jan 2017
Cover Letter - David Degeyter - Jan 2017Cover Letter - David Degeyter - Jan 2017
Cover Letter - David Degeyter - Jan 2017David A Degeyter
 
Overview of tools for data analysis and visualisation (2021)
Overview of tools for data analysis and visualisation (2021)Overview of tools for data analysis and visualisation (2021)
Overview of tools for data analysis and visualisation (2021)Marié Roux
 
Dr. Christian Kurze from Denodo, "Data Virtualization: Fulfilling the Promise...
Dr. Christian Kurze from Denodo, "Data Virtualization: Fulfilling the Promise...Dr. Christian Kurze from Denodo, "Data Virtualization: Fulfilling the Promise...
Dr. Christian Kurze from Denodo, "Data Virtualization: Fulfilling the Promise...Dataconomy Media
 
The Six pillars for Building big data analytics ecosystems
The Six pillars for Building big data analytics ecosystemsThe Six pillars for Building big data analytics ecosystems
The Six pillars for Building big data analytics ecosystemstaimur hafeez
 
Doing data visualizations with tableau
Doing data visualizations with tableauDoing data visualizations with tableau
Doing data visualizations with tableauRay Schwartz
 
10 Features of Tableau to Smoothen your Data Visualization Tasks
10 Features of Tableau to Smoothen your Data Visualization Tasks10 Features of Tableau to Smoothen your Data Visualization Tasks
10 Features of Tableau to Smoothen your Data Visualization TasksSudhanshiBakre1
 
Coding‌ ‌Software‌ ‌and‌ ‌Tools‌ ‌used‌ ‌for‌ ‌Data‌ ‌Science‌ ‌Management‌ ‌...
Coding‌ ‌Software‌ ‌and‌ ‌Tools‌ ‌used‌ ‌for‌ ‌Data‌ ‌Science‌ ‌Management‌ ‌...Coding‌ ‌Software‌ ‌and‌ ‌Tools‌ ‌used‌ ‌for‌ ‌Data‌ ‌Science‌ ‌Management‌ ‌...
Coding‌ ‌Software‌ ‌and‌ ‌Tools‌ ‌used‌ ‌for‌ ‌Data‌ ‌Science‌ ‌Management‌ ‌...phdAssistance1
 
What types of data sources does Tableau support.docx
What types of data sources does Tableau support.docxWhat types of data sources does Tableau support.docx
What types of data sources does Tableau support.docxTechnogeeks
 
Lessons Learned from Modernizing USCIS Data Analytics Platform
Lessons Learned from Modernizing USCIS Data Analytics PlatformLessons Learned from Modernizing USCIS Data Analytics Platform
Lessons Learned from Modernizing USCIS Data Analytics PlatformDatabricks
 
Data Discovery at Databricks with Amundsen
Data Discovery at Databricks with AmundsenData Discovery at Databricks with Amundsen
Data Discovery at Databricks with AmundsenDatabricks
 
Microsoft Technologies for Data Science 201612
Microsoft Technologies for Data Science 201612Microsoft Technologies for Data Science 201612
Microsoft Technologies for Data Science 201612Mark Tabladillo
 
Coding software and tools used for data science management - Phdassistance
Coding software and tools used for data science management - PhdassistanceCoding software and tools used for data science management - Phdassistance
Coding software and tools used for data science management - PhdassistancephdAssistance1
 
Overview data analyis and visualisation tools 2020
Overview data analyis and visualisation tools 2020Overview data analyis and visualisation tools 2020
Overview data analyis and visualisation tools 2020Marié Roux
 

Similaire à Data analytics online training (20)

Best Tableau training in Chandigarh.pptx
Best Tableau training in Chandigarh.pptxBest Tableau training in Chandigarh.pptx
Best Tableau training in Chandigarh.pptx
 
Data Wrangling and Visualization Using Python
Data Wrangling and Visualization Using PythonData Wrangling and Visualization Using Python
Data Wrangling and Visualization Using Python
 
Data science | What is Data science
Data science | What is Data scienceData science | What is Data science
Data science | What is Data science
 
Tableau Course In Bangalore-October
Tableau Course In Bangalore-OctoberTableau Course In Bangalore-October
Tableau Course In Bangalore-October
 
10 Features of Tableau to Smoothen your Data Visualization Tasks.pptx
10 Features of Tableau to Smoothen your Data Visualization Tasks.pptx10 Features of Tableau to Smoothen your Data Visualization Tasks.pptx
10 Features of Tableau to Smoothen your Data Visualization Tasks.pptx
 
Azhor kramp
Azhor krampAzhor kramp
Azhor kramp
 
Cover Letter - David Degeyter - Jan 2017
Cover Letter - David Degeyter - Jan 2017Cover Letter - David Degeyter - Jan 2017
Cover Letter - David Degeyter - Jan 2017
 
PowerBIvsTableau.pptx
PowerBIvsTableau.pptxPowerBIvsTableau.pptx
PowerBIvsTableau.pptx
 
Overview of tools for data analysis and visualisation (2021)
Overview of tools for data analysis and visualisation (2021)Overview of tools for data analysis and visualisation (2021)
Overview of tools for data analysis and visualisation (2021)
 
Dr. Christian Kurze from Denodo, "Data Virtualization: Fulfilling the Promise...
Dr. Christian Kurze from Denodo, "Data Virtualization: Fulfilling the Promise...Dr. Christian Kurze from Denodo, "Data Virtualization: Fulfilling the Promise...
Dr. Christian Kurze from Denodo, "Data Virtualization: Fulfilling the Promise...
 
The Six pillars for Building big data analytics ecosystems
The Six pillars for Building big data analytics ecosystemsThe Six pillars for Building big data analytics ecosystems
The Six pillars for Building big data analytics ecosystems
 
Doing data visualizations with tableau
Doing data visualizations with tableauDoing data visualizations with tableau
Doing data visualizations with tableau
 
10 Features of Tableau to Smoothen your Data Visualization Tasks
10 Features of Tableau to Smoothen your Data Visualization Tasks10 Features of Tableau to Smoothen your Data Visualization Tasks
10 Features of Tableau to Smoothen your Data Visualization Tasks
 
Coding‌ ‌Software‌ ‌and‌ ‌Tools‌ ‌used‌ ‌for‌ ‌Data‌ ‌Science‌ ‌Management‌ ‌...
Coding‌ ‌Software‌ ‌and‌ ‌Tools‌ ‌used‌ ‌for‌ ‌Data‌ ‌Science‌ ‌Management‌ ‌...Coding‌ ‌Software‌ ‌and‌ ‌Tools‌ ‌used‌ ‌for‌ ‌Data‌ ‌Science‌ ‌Management‌ ‌...
Coding‌ ‌Software‌ ‌and‌ ‌Tools‌ ‌used‌ ‌for‌ ‌Data‌ ‌Science‌ ‌Management‌ ‌...
 
What types of data sources does Tableau support.docx
What types of data sources does Tableau support.docxWhat types of data sources does Tableau support.docx
What types of data sources does Tableau support.docx
 
Lessons Learned from Modernizing USCIS Data Analytics Platform
Lessons Learned from Modernizing USCIS Data Analytics PlatformLessons Learned from Modernizing USCIS Data Analytics Platform
Lessons Learned from Modernizing USCIS Data Analytics Platform
 
Data Discovery at Databricks with Amundsen
Data Discovery at Databricks with AmundsenData Discovery at Databricks with Amundsen
Data Discovery at Databricks with Amundsen
 
Microsoft Technologies for Data Science 201612
Microsoft Technologies for Data Science 201612Microsoft Technologies for Data Science 201612
Microsoft Technologies for Data Science 201612
 
Coding software and tools used for data science management - Phdassistance
Coding software and tools used for data science management - PhdassistanceCoding software and tools used for data science management - Phdassistance
Coding software and tools used for data science management - Phdassistance
 
Overview data analyis and visualisation tools 2020
Overview data analyis and visualisation tools 2020Overview data analyis and visualisation tools 2020
Overview data analyis and visualisation tools 2020
 

Dernier

Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 

Dernier (20)

Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 

Data analytics online training

  • 1. DATA ANALYTICS COURSE CONTENT Tableau: Data Visualization/Business Intelligence Tool Tableau is 10-100x faster than existing solutions. It's designed to support how people think. Drag and drop on the canvas. Leverage your natural ability to spot visual patterns quickly. Experience an analytics solution built for speed and ease of use.Whether it’s in a spreadsheet, a SQL database, Hadoop, or the cloud, you can connect to any data, anywhere. Access big data with a click. Combine disparate data sources without writing code. Discover what all your data has to say. Creating interactive presentations. Control the narrative while allowing your audience to explore.Real analytics demands more than a pretty dashboard. Build new calculations from existing data, drag in reference lines and forecasts, and access statistical summaries. Experiment with trend analyses, regressions and correlations. Types: 1. Desktop- Tableau Desktop is a product that everyone can use to ask new questions, spot trends, identify opportunities, and make data-guided decisions with confidence. 2. Online-Now it's easy for a business of any size to share insights in the cloud. Tableau Online makes business intelligence faster and easier than ever before. Publishing dashboards with Tableau Desktop and sharing them with colleagues, partners or customers.Deploying world- class business intelligence with a few clicks. No hardware required. Start with a few users, and add more when you're ready. Viewing dashboards from the office, at home or on the road. Filter and drill down using Tableau Mobile. Edit any existing view, from the Web or from a tablet. Keeping your data secure is our top priority. Only your authorized users can interact with your data and dashboards. Use single sign-on to make security easy for your trusted users. Our expert team works around the clock to keep your data secure, while you focus on your business. 3. Server- Extend the value of your data across your organization with Tableau Server. Empower your business with the freedom to explore data in a trusted environment— without limiting them to pre-defined questions, wizards, or chart types. And have the peace of mind that your data is governed and secure.Connect to any data source securely - whether on premise or in the cloud. Publish and share your data sources for everyone to use. Work with popular enterprise data sources like Cloudera Hadoop, Oracle, AWS Redshift, cubes, Teradata, Microsoft SQL Server, and more. Use our web data connector and APIs to access hundreds more data sources. Tableau Desktop Course Content: 1. Introduction a. Getting Started b. Tableau Interface c. Distributing and Publishing 2. Connecting to Data a. Getting Started with Data b. Managing Metadata c. Managing Extracts
  • 2. DATA ANALYTICS COURSE CONTENT d. Data preparation with Text and Excel files e. Joins f. Data Blending 3. Visual Analytics a. Granular Level Analysis b. Sorting c. Grouping d. Creating and Working with Sets e. Filtering f. Parameters g. Formatting h. Trend and Reference lines i. Forecasting j. Clustering 4. Dash boarding and Stories a. Building Dashboard b. Layouts and Formatting c. Story Points d. Dashboard Interactivity using Actions 5. Mapping a. Maps in tableau b. Editing Unrecognized locations c. Custom Geocoding d. Background Images 6. Calculations a. Calculation Syntax b. Introduction to LOD expressions c. Intro to Table calculations d. Modifying Table Calculations e. Aggregate Calculations f. Date Calculations g. Logic Calculations h. Number, String and Type Calculations 7. Building Charts a. Using a parameter to Change fields b. Cleaning data by Bulk Re-aliasing c. Bollinger Bands d. Bar, Line, Pie and Basic charts e. Bump Charts f. Control Charts g. Funnel Charts h. Pareto Charts i. Waterfall Charts j. Heat Maps k. Scatter Plots
  • 3. DATA ANALYTICS COURSE CONTENT l. Box and Whisker Plots Teradata: RDBMS Teradata is a popular Relational Database Management System (RDBMS) suitable for large data warehousing applications. It is capable of handling large volumes of data and is highly scalable. This course provides a good understanding of Teradata Architecture, various SQL commands, Indexing concepts and Utilities to import/export data. 1. Teradata Overview a. Basic Relational Concepts b. Competitive Advantage over other RDBMS c. Architecture d. Teradata Components e. Interaction between the components f. Tools and Utilities 2. Teradata Indexes and Join Strategies a. Primary Key and Primary Index differences b. Primary Index and Secondary Index Types c. Data Retrieval using Primary and Secondary Index d. Advantages of PPI e. Join Strategies 3. Teradata SQL a. Data types b. DDL Statements (CREATE, ALTER, DROP) c. DML Statements (Insert, Delete, Update) d. DCL Statements (Grant, Revoke) e. Order by, Group by and Distinct f. SET Operators, Logical & Conditional Operators g. String functions, Cast & Format functions h. HELP and Show Functions i. Date Functions and Built-In Functions j. Aggregation k. Joins (INNER and OUTER) 4. SQL Advanced a. Sub queries b. Upsert, Case and Coalesce c. NullIf d. Temporary Tables e. Explain f. Rank and Row Number 5. Teradata Utilities a. Fast load b. Multi load
  • 4. DATA ANALYTICS COURSE CONTENT c. BTEQ d. Fast Export e. TPT SAS: Statistical Analysis System SAS is a software suite that can mine, alter, manage and retrieve data from a variety of sources and perform statistical analysis on it.SAS provides a graphical point-and-click user interface for non-technical users and more advanced options through the SAS programming language. SAS is the largest market- share holder in "advanced analytics" SAS Course Content: Base SAS 1. Introduction to SAS Programming a. Introduction: History b. SAS Windows contents c. SAS Studio on SAS University edition d. SAS data sets Parts of a SAS program e. Modes for submitting a SAS program f. How SAS language works g. DATA-STEP’s built-in loop h. Program data vector (PDV) i. Getting your data into SAS j. Temporary vs. permanent SAS data sets k. Working with data l. Creating and redefining variables. 2. Data Transformations a. Creating and redefining variables revisited b. NUMERIC and CHARACTER c. Working with SAS dates d. SAS Formats and Informats e. PUT & INPUT Functions f. Conditional variable creation g. Title and Footnotes h. ODS Statements i. _NULL_ j. Debugging k. Reading Unstructured Data 3. Loops and Arrays a. Do Loops b. Do Until and DO While c. Retain and Sum Statements d. Arrays 4. Combining Data Sets
  • 5. DATA ANALYTICS COURSE CONTENT a. Appending Data sets using Data step b. Append Procedure c. Data Step Merge d. Using IN option to merge data sets 5. SAS Procedures a. Proc Contents b. Proc Print c. Proc Sort d. Proc Copy e. Proc Compare f. Proc Means g. Proc Freq h. Proc Transpose i. Proc Export j. Proc Import k. Proc Format l. Proc Datasets 6. SQL a. Introduction to Syntax b. Querying the data c. Creating Tables d. Updating and Dropping Tables e. Dropping Columns f. Table Constraints g. Sub-Queries h. Inline Queries i. Grouping j. Joins – Inner and Outer 7. Macros a. Introduction to Macro concept b. Macro Flow Architecture c. Macro Tokens d. Creating and Resolving Macro variables e. Creating Macros f. Debugging g. Macro Functions h. Looping using Macros i. Auto call Functionality