Data Analytics Course Content
Data Analytics Course Content
DATA ANALYTICS
Statistics:
Descriptive Statistics
Mean
Median
Mode
Skewness
Distributions:
Probability Theory:
Probability Basics
Calculate Simple Probabilities
Regressions:
Linear Regression
Correlation Coefficient
Root Mean Square error
Advanced Analysis:
Pivot tables:
Power BI
Get data from different Data sources:
Create Reports:
Create Dashboards:
Manage Datasets:
SQL
Introduction to SQL:
Introduction
Work with Schemas
Explore the structure of SQL Statements
Examine the SELECT statements
Work with data types
Handle NULLs
Understand Subqueries
Use scalar or multi-valued subqueries
Use self-contained or correlated subqueries
Insert data
Generate automatic values
Update data
Delete data
Merge data based on multiple tables
Stored Procedure:
Indexes:
PYTHON
Introduction to Python
Setting up python on your computer
Why python is important for non-IT Professional
Running python code using an IDE or a text editor
Installing and setting up python
Writing your very first program in python
Printing Hello World
Operators and Expressions
Slicing
Negative slicing
Using step in slicing
Slicing backwards
Strings
String operators
String formatting
Program Flow control in Python
if statement
elif
for loop
continue and break
while loop
List and Tuples
mutable vs Immutable objects
List
Sorting a list
Removing items from list
Replacing items in list
What are tuples
Performing basic functions to a tuple
Dictionary and Sets
Functions
Defining a function
Parameters and arguments
Returning values
Docstring
nd
Flat No: 208, 2 Floor, Annapurna Block,
Ameerpet, Hyderabad – 500038
+91-9985-177-188
+91-9985-177-188
*args
Input and Output in python
Reading and writing to a text file
Appending to a file
Object persistence using shelve
Object oriented programming
Exception handling in python
Using Database in python
Generators, Decorators and lambda expression
API