0% found this document useful (0 votes)
41 views7 pages

Data Analyst or Bussiness Analyst

The document discusses various topics related to data analytics including statistics, Power BI, Tableau, Microsoft Excel, SQL, Python, and R. It provides information on the concepts, components, functions and uses of these topics at a high level.

Uploaded by

Faiz Alam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views7 pages

Data Analyst or Bussiness Analyst

The document discusses various topics related to data analytics including statistics, Power BI, Tableau, Microsoft Excel, SQL, Python, and R. It provides information on the concepts, components, functions and uses of these topics at a high level.

Uploaded by

Faiz Alam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Data Analytics

Statistics
• Data Types, Measure Of central tendency, Measures of Dispersion
• Graphical Techniques, Skewness & Kurtosis, Box Plot
• Descriptive Stats
• Random Variable, Probability, Probability Distribution, Normal Distribution, SND, Expected Value
• Sampling Funnel, Sampling Variation, Central Limit Theorem, Confidence interval
• Introduction to Hypothesis Testing
• Hypothesis Testing (2 proportion test, 2 t sample t test)
• Anova and Chisquare
• Data Cleaning
• Imputation Techniques
• Scatter Diagram
• Correlation Analysis

Power BI
• Power BI Introduction
• Power BI Components
• Getting Data using Power BI
• Power BI Transformations
• Creating Data Models
• Power BI Charts
• Power BI Filters
• Power BI Visualizations
• Exploring Data in Power BI
• Power BI and Excel
• Power BI Publishing and sharing
• Power BI Integration with Data Sources
• Data Analysis Expressions (DAX)
o Math & Stats
o SUMX & Calculate Function
o Related Function
o All Function
o Aggregate Functions
o Date Functions
o Logical Functions
o String Functions
o Filter Functions
o Trigonometric Functions
o Time Intelligence Functions
• Reports – Objects & Charts, Formatting Charts
o Report Interactions
o Bookmarks
o Managing Roles
o Custom Visuals
o Desktop vs Phone Layout
o Artificial Intelligence Visuals – Key Influencers

Tableau
• What is Data Visualization
o Advantages & Disadvantages of visualizations
o Why Data visualization Important
o Understanding data
o Different data visualizations
• Tableau –Data Visualization Tool
• Introduction to Tableau
o What is Tableau?
o Overview Of Tableau Tool (Servers , data , visualizations)
o Tableau Architecture
o Advantages & Disadvantages
• Different Products of Tableau
o Tableau Desktop
o Tableau Public
o Tableau Prep
o Tableau Online
o Tableau Server
o Tableau Analytics
• Extensions in Tableau
• Features of Tableau Desktop
• Tableau-Joins and Data Pane
• Tableau Data Pane
• Pivot Table and Split Tables in Tableau
• In built Charts in Tableau
o Basic Charts
o Text Tables
o Highlight Tables
o Bar charts
o Stacked Bar
o Line Graphs
o Dual axis
o Pie chart etc.
• Maps in Tableau
• Data Interpretation
• Creating Calculated Fields
o Attribute functions
o Quick table calculations
o Creation of calculated fields
o Aggregate and disaggregate functions etc.
• Logical Functions
• Case-If Function
o Understanding Case Statements
o Applications of case statements
• ZN Function
• Ad-Hoc Calculations
• Understanding different string functions etc.
• Pre-Defined Analytics
o Expressions , Functions, Groups, Filters, etc
• Dashboards Hands-On in Tableau
o Understanding concept of Dashboards
o Building Interactive dashboards
o Dashboard actions, etc..
• Animated Visualization
• Tools for Sharing Information
• Publishing our Workbooks in Tableau Server

Microsoft Excel
• Getting Started with Excel
• Workbook Protection & Security
• Data Formats, Data Formatting & Alignment
• Hands on Practice on Short Keys
• Conditional Formatting
• Advanced Conditional Formatting techniques
• Graphs & Charts
• Advanced Charts – Waterfall/ Bridge Graphs
• Data Tools- Filtering, Sorting, Remove Duplicates, Data Validation, Grouping
• Absolute and Relative Referencing Concepts
• Case Studies on Absolute and Relative Referencing
• Specialized Functions/Formulas
• Lookup Functions
• Vlookup & its Limitations, Hlookup, Index Match, Hyperlink, Indirect, Offset,
• Transpose
• Vlookup Case Studies:
• Vlookup General Problems, Vlookup with Match Function, Vlookup using (*)
• problems, Vlookup using Running Countif, Nested Vlookup
• Text Formulas –
o Char, Concatenate, Exact, Find, Left, Right, Proper, Search, Mid, Upper
• Logical Formulas –
o And, If, IfError, Not, OR, True
• Date Time Formulas -
o Day, Date, Hour, Minute, Second, Time, Month, Year, Today, Weekday, Now
• Mathematical Formulas –
o Sum, Sumif, Sumifs, Count, Countif, Mod, Product, Sumproduct, Roundup, Array
• Formulas
• Pivot Reports/ Dashboard
o Pivot Table & Pivot Charts
o Waterfall Mode

SQL

• Databases
• Introduction to DBMS
• Popular DBMS Software
• Concepts of RDBMS
o Tables
o Tuples
o Attributes
• Normalization
o First Normal Form
o Second Normal Form
o Third Normal Form
• NoSQL Databases
o Types of NOSQL
• Comparision
• Types of SQL Commands
• Data Definition Language
o Create, Drop, Truncate, Alter and Rename Objects
• Data Query Language
o Select Statements
• Data Manipulation Language
• DCL and TCL
o Grant, Revoke and transaction statements
• SQL Data Types
o Numeric, Date and TIme, LOB Types
• DML Commands
o Insert, Update and Delete Statements
• DDL Commands
o Create and Drop Databases
• Types of Constraints
o Relational Integrity Constraints
o Key Constraints
o Domain Constraints
o Referential Integrity
o Primary and Foreign Keys
o Application of Indexes
o Checking Constraints
• Alter Tables
• SQL Transactions
o Examples
• ACID Properties
• TCL Statements
o Start, Commit and Rollback Statements
• Auto Commit
• SavePoints
o Identifier
o Rollback and Release
• Database Objects
• Tables
o Creating, Altering and dropping tables
• Sequences
o Auto Increments
o Re-Sequencing
• Views
o Advantages
o Creating and Dropping Views
• Indexes
o Types of Indexes
o B-Tree and Hash Indexes
o Creating and dropping Indexes
• Stored Objects
o Types of Stored Objects
• Stored Procedures
o Create, call and drop stored procedures
o Using Variables
o Handling Exceptions
o Named Errors and Resignals
• Programming
o If-then-Else and Case Statements
o Loops
o Repeat and Leave Statements
o Cursors
• Operators and Functions
• Joining Tables
o Inner Join, Left Join, Right join
• Advantages of Procedures
• Database Triggers Accessing Database From R and Python

• Triggers
o Database Triggers
o Data Definition Language (DDL) Triggers
o Data Manipulation Language (DML) Triggers
o CLR Triggers
o Logon Triggers
o Triggers v/s Stored Procedures
• Accessing Database from R
o Install R Packages
o Configuration Information
• Python Database Access
o Databases Supported
o Libraries
o Read Operations
o Insert, Update and Delete
o Performing Transactions
o Handling Errors

Python
• Installation of Python
• Python Datatypes & Python Loops
• Python Strings
• Python Lists
• Python Tuples
• Python Dictionary
• Python Date & Time
• Python Operators
• Python Functions
• Python I/O Functions
• Debugging & Python Database Access – MySQL
• Working with CSV & Excel Files
• Advanced Data Types
o Deque in Python
o Python Dict
o Python Tuples
o Python Frozenset
o Difference between List, Tuple, Dict, Set, FrozenSet
• Python Comprehensions
o List Comprehensions
o Set Comprehensions
o Dictionary Comprehensions
o Set Comprehensions
• Numpy
• Pandas
• Data Analysis & Visualization in Python
• Web Scrapping
• Email Automation

R Language
• Introduction of R
• Data Types
• Data Structures
• Decision Making Statements
• Conditional Loops
• Flow Control Statements
• If Statements
• For loops
• While Loops
• Built Functions in R : Base, datasets, dplyr and ggplot.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy