0% found this document useful (0 votes)
4 views12 pages

Data Analytics Syllabus

The document outlines a comprehensive Data Analytics course covering tools and techniques such as Python, SQL, Excel, Power BI, and Tableau, aimed at both beginners and professionals. It includes foundational statistics, exploratory data analysis, and hands-on projects to provide practical experience. A capstone project is also included, requiring students to apply their skills to solve real-world problems and present their findings.

Uploaded by

jhonwk2001
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)
4 views12 pages

Data Analytics Syllabus

The document outlines a comprehensive Data Analytics course covering tools and techniques such as Python, SQL, Excel, Power BI, and Tableau, aimed at both beginners and professionals. It includes foundational statistics, exploratory data analysis, and hands-on projects to provide practical experience. A capstone project is also included, requiring students to apply their skills to solve real-world problems and present their findings.

Uploaded by

jhonwk2001
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/ 12

Data

Analytics
beateducations.com

CENTER OF
DATA
ANALYTICS
Data Analytics courses provide a comprehensive understanding of data
handling, analysis, and visualization using tools like Excel, SQL,
Python, Power BI, and Tableau. Learners explore statistics, and data
storytelling through eye-catching charts and graphs. The curriculum
includes hands-on projects and assignments, offering practical experi-
ence for real-world applications. Ideal for beginners and professionals
alike, these courses open diverse career opportunities such as data
analyst, data engineer, business intelligence analyst, and data scientist.
With expert mentorship and capstone projects, learners gain market-
able skills and insights, positioning themselves for successful careers in
the data-driven business landscape. Perfect for data enthusiasts pas-
sionate about deriving meaningful insights from data.

ll l l l l l l l
ll l llllll
PYTHON PROGRAMMING - (22 DAYS)

• Introduction to Python
• Python Data types and Conditions
• Control Statements
• Python Functions Default arguments
• Functions with variable number of args
• Scope of Variables
• Global specifier
• Working with multiple files
• List and Tuple
• List Methods
• List Comprehension
• User defined data structures, Lambda functions,
Generators and Decorators
• Introduction to OOPs concept, classes and objects
• Modules in Python like math, random, datetime etc.
• Map and filter functions
• String
• List comprehension with conditionals
Set and Dictionary
• Exception Handling
lll

• File Handling
• Basic introduction to Numpy and Pandas library.
• matplotlib
• seaborn
lllll

• Mini project.
FOUNDATIONAL
STATISTICS - 15 DAYS

INTRODUCTION TO STATISTICS AND DATA TYPES

What is Statistics? Descriptive vs. Inferential Statistics.


Data Types: Numerical (Discrete, Continuous) and Categorical
(Nominal, Ordinal).
Scales of Measurement: Nominal, Ordinal, Interval, Ratio.

Population vs. Sample.


Sampling Methods (Random, Stratified, Cluster).
Examples of real-world data types and measurement scales.

DESCRIPTIVE STATISTICS - CENTRAL TENDENCY

Mean, Median, Mode.


Hands-on examples with small datasets (manual calculation).

DESCRIPTIVE STATISTICS – VARIABILITY


(SPREAD OF MEASURE)

Range, Variance, Standard Deviation, Quartiles, and IQR.


Why variability matters in data analysis.

DATA VISUALIZATION – CHARTS

Overview of visualizations: Bar Charts, Histograms, Pie Charts,


Box Plots, and Scatter Plots.
Understanding the purpose of each visualization.
PROBABILITY – BASICS

What is Probability?
Types of Events: Independent, Dependent, Mutually Exclusive.
Probability Rules: Addition Rule and Multiplication Rule.

PROBABILITY DISTRIBUTIONS

Normal Distribution: Bell Curve, Mean, Standard Deviation.


Empirical Rule (68-95-99.7 Rule).

CORRELATION AND REGRESSION

Correlation: Pearson's Correlation Coefficient (r).


How to interpret correlation (strength and direction).
Scatter plots to visualize relationships.

HYPOTHESIS TESTING – BASICS

Null and Alternative Hypotheses.


p-value and Significance Level (α).
Errors: Type I and Type II Errors.

HYPOTHESIS TESTING – APPLICATIONS

Performing a t-test and interpreting results.


Chi-Square Test for categorical data.

l l l l l l
ll l l l l l l l l l l l l l l l l
llll
EDA – USING PYTHON – 15 DAYS

INTRODUCTION
TO EDA &
BASIC CHARTS

WHAT IS EDA? WHY IS IT IMPORTANT?

• Understanding data distributions,


patterns, and outliers.
• Importance of visualizations in
decision-making.
Tools and Libraries Setup

• Python installation basics.


• Introduction to libraries: pandas,
matplotlib, seaborn.

Loading and Exploring Datasets


• Use example datasets like titanic,
iris (from seaborn), or a CSV file.
• Quick insights using df.head(), df.info(),
df.describe(), and handling missing values.

Basic Plots with Matplotlib


• Line plot (plt.plot).
• Bar plot (plt.bar).
• Scatter plot (plt.scatter).
Advanced Charts with Seaborn

Exploring Seaborn
• Introduction to seaborn styles (sns.set_style()).
• Customizing color palettes and themes.

Interactive Visualizations

DATA ANALYSIS AND VISUALIZATION


USING EXCEL – 15 DAYS

Introduction to excel
Viewing, Entering, and Editing Data
Introduction to Data Quality
Intro to Analyzing Data Using Spreadsheets
Converting Data with Value and Text
VLOOKUP feature
Pivot tables
Apply logical operations to data using IF
Charting techniques in Excel
Interactive dashboard creation
Data analytics project using Excel
Mini project
DATA ANALYSIS AND VISUALIZATION
USING POWER BI –15 DAYS

Introduction to Power BI
Overview of Power BI, its features and capabilities
Data Loading and Transformation
Data Modeling
Creating Visualizations
Dashboard and Report Creation
DAX (Data Analysis Expressions)
Power Query: Transforming and cleaning data using Power Query.
Best Practices and Optimization
Real-World Projects and Case Studies
Collaboration and Sharing
Mini project
DATA ANALYSIS AND VISUALIZATION
USING TABLEAU –15 DAYS

Tableau Introduction
Traditional Visualization vs Tableau
Tableau Architecture
Working with sets
Creating Groups
Data types in Tableau
Connect Tableau with Different Data Sources
Visual Analytics Parameter Filters
Cards in Tableau Charts, Dash-board
Joins and Data Blending
Tableau Calculations using Functions
Building Predictive Models
Dynamic Dashboards and Stories
Mini project

ll l l l l l l l l
lll
llll

ll
RELATIONAL DATABASE –
( SQL 15 DAYS )

Introduction to databases and RDBMS


Import & export
Database creation, concept of relation and working examples creating tables.
Design view of the table, alter table operations & key constraints
Read, update and delete operations on tables. Working with nulls
Querying tables: Select statement, examples and its variations
Filtering, Sorting and Predicates
Aggregation Functions like COUNT, SUM, AVG, MAX, MIN and grouping
data with GROUP
Joins in SQL and working examples Insert, Update, Delete operations and
working examples
Scalar functions in SQL and working examples
SQL set based operations and data aggregation • Sub-queries in SQL
Normalization and denormalization: Views and Temporary tables
Transactions in SQL • SQL programming
Creating stored procedures, triggers ( basic ) ,cursors in SQL
windows function
Mini project
CAPSTONE PROJECT
This capstone project is designed to assess students’ ability to apply the
knowledge and skills acquired throughout the course. It will require students
to collect, clean, analyze, and interpret data to solve a real-world problem,
culminating in a detailed report and presentation.

STUDENTS WILL WORK INDIVIDUALLY


OR IN TEAMS TO:

Define a Problem Statement: Identify a business or societal issue that can be


addressed using data analytics.

Data Collection: Gather data from primary (surveys, interviews) or secondary


(public datasets, company data) sources.

Data Preprocessing: Clean, structure, and transform raw data for analysis.

Exploratory Data Analysis (EDA): Apply statistical and visualization


techniques to uncover patterns and insights.

Business Insights & Decision-Making: Interpret findings to provide actionable


recommendations.

Report & Presentation: Document methodology, findings, and conclusions in


a structured report and deliver a final presentation.

Contact : +91 894 3882 734

www.beateducatios.com

You might also like