Data Analytics
Learn Data Analytics and work with industry tools and techniques such as Excel, SQL, Power BI. Create visualizations and apply them in real life scenario in other to use them to make decisions that are most impactful at improving business metrics.
Register Now
Using Tools such as Excel, SQL, Power BI, for data analysis
What Will I Learn?
EXCEL BASICS
- Rows, Columns, Cells
- Scroll Bar
- Tabs
- Ribbon
- Quick Access Toolbar
- Formular bar
- Zoom
- Sheets
- Filename
COPYING & FILLING
- Copy
- Paste
- Paste Special
- Copying Cells
- Copying To Different Worksheets
- Using Fill For Quick Copying
FORMULAE
- Add/Subtract/Multiply/
Divide - BODMAS
EXCEL FORMATTING
- Excel Formatting
- Excel Format Colors
- Excel Format Fonts
- Excel Format Borders
- Excel Format Numbers
- Excel Format Grids
- Excel Format Settings
FILL SERIES
- Filling a series with formatting
- Filling a series without formatting
- Filling a weekdays
- Fill Days
ADVANCED FILL
- Fill Drag Numbers
- Fill Drag Months
- Fill Drag days
- Fill Down, Right, Left Up
- Flash Fill
CELL REFERRENCE
- Relative Reference
- Absolute Reference
- Mixed Reference
TEXT FUNCTIONS
- TRIM
- PROPER
- UPPER
- LOWER
- LEN
- LEFT
- RIGHT
- MID
- CONCATENATE
- CONCAT
- FIND
- SEARCH
- REPLACE
- SUBSTITUTE
MATH & TRIG FUNCTIONS
- SUMPRODUCT
- MROUND
- FLOOR
- CEILING
- MOD
- QUOTIENT
LOGICAL FUNCTIONS
- IF
- IFERROR
- NESTED IF
- AND
- OR
- NOT
CONDITIONAL FUNCTIONS
- SUM
- SUMIF
- SUMIFS
- AVERAGE
- AVERAGEIF
- AVERAGEIFS
- COUNT
- COUNTIF
- COUNTI
COUNT FUNCTIONS
- COUNTA
- COUNTBLANK
DATA SORTING & FILTERING
- Basic Sorting
- Filtering Data
- Advance Fitering
- Basic Table
- Advance Table
DATA VALIDATION
- Whole Numbers
- Text Length
- Date
- Drop Down List
- Input Messages
- Error Messages
- Stop
- Warning
- Information
- Circle Invalid Data
- Clear Validation Circles
CONDITIONAL FORMATTING
- Highlight Cell Rules
- Top Bottom Rules
- Data Bars
- Color Scales
- Icon Sets
- Clear Rules
DATE FUNCTIONS
- TODAY()
- NOW()
- DAY()
- MONTH()
- YEAR()
- DATE()
- EDATE()
- NETWORKDAYS()
- NETWORKDAYS.INTL()
- DATEDIF()
LOOKUP
- VLOOKUP
- VLOOKIP Approximate Match
- VLookup rules
- H-LOOKUP
- LOOKUP FUNCTION
- LOOKUP FULL RECORD
- INDEX FUNCTION
- MATCH FUNCTION
PIVOT TABLE
- Columns
- Rows
- Filters
- Values
- Pivot table slice
- Pivot table timeline
CHART
- Column Chart
- Pie Chart
- Bar Chart
- Line Chart
- XY Scatter Chart
- Spark Line Chart
- Pivot Chart
Introduction
- What is Database
- Types of Database
- Centralised Database
- Distributed Database
- NoSQL Database
- Relational Database
- Object Oriented Database
- Relational Database Management System (RDBMS)
- Structured Query Language (SQL)
Types Of RDBMS
- Oracle
- MySQL
- Microsoft SQL Server
- PostgreSQL
- SQLite
- Microsoft Access
Data Types (String Data Types)
- Char(size)
- Varchar(size)
- text
- nchar
- nvarchar
- varbinary
- image
Date and Time Data Types
- data()
- datetime(fsp)
- timestamp(fsp)
- time(fsp)
- year()
SQL Server Keys
- Primary Keys Rules for defining keys
- What is Foreign Keys
- Difference between Primary Key & Foreign Key
Types of Relationship
- One to one relationship
- One to many relationship
- Many to many
- None
Constraints In SQL
- Not Null
- Unique
- Primary key
- Check
- Default
- Foreign Key
Foreign Key Referential Integrity
- No Action
- Cascade
- Set Null
- Set Default
Data Definition Language (DDL)
- Create
- Alter
- Drop
- Truncate
- Rename
Data Manipulation Language (DML)
- Insert
- Update
- Delete
- Merge
- Select
- Call
SQL Server Logical Operator
- All
- And
- Between
- Exists
- In
- Like
- Not
- Or
SQL Server Comparison Operator
- = (Equals)
- > (Greater than)
- < (Less than)
- >= (Greater than or Equal to)
- <= (Less than or equal to)
- <> (Not Equal to)
SQL Server String Function
- concat()
- left()
- right()
- len()
- lower()
- upper()
- trim()
- ltrim()
- replace()
- substring()
SQL Server Aggregate Function
- count()
- sum()
- avg()
- min()
- max()
Types of Join in SQL Server
- Inner Join
- Full Join
- Left Join
- Right Join
Misce
- Group By
- Having
- SQL Case Statement
Introduction
- What is Power Bi
- Why Power Bi
- How Power Bi Works
- Installation
Exploring Charts
- Column Charts
- Stacked Column Chart
- Pie Chart
- Donut Chart
- Ribbon Chart
- How to use include and exclude
- View Data and Export as CSV
Map
- How to create a map in Power Bi
- Map with Pie Chart
- Formatting map in Power Bi
- Changing Background of Maps
- How to create map of any country
Tables and Matrix
- How to format table in Power Bi
- Conditional Formatting in Power Bi
- Aggregate Function in Power Bi
- Creating Table Matrix in Power Bi
- Conditional Formatting in Table Matrix
Inserts
- Insert image
- Insert text
- Insert shapes
- Insert buttons
Navigation
- Web URLS
- Page navigation
- Dillthrough action
Creating Reports
Introduction
- What is Python?
- History of Python
- Features of Python
- Why use Python
Python Installation
- What is Anaconda
- What is Miniconda
- Difference Between Anaconda and Miniconda
- Virtual Environment
- Why Virtual Environment
- Setting a Virtual Environment
String Functions & Methods
- len()
- strip()
- upper()
- lower()
- capitalize()
- find()
- replace()
- commandline input
Python Operators
- Arithmetic Operators
- Assignment operators
- Comparison operators
- Logical operators
- Identity operators
- Membership operators
Variables
- Declaring Variables in Python
- Rule in Naming Variables
Numbers
- int
- FLoat
- Complex
Casting
- int()
- float()
- str()
Strings
- String Concepts
- Concatenation
- String format()
- The f string format
- Making comments
- Doc String
- String Indexing
- String Slicing
String Functions
- len()
- strip()
- upper()
- lower()
- capitalize()
- find()
- replace()
- commandline input
Conditional Statements
- if statement
- shorthand if statement
- if else statement
- nested if statement
- Shorthand if else statement
- if elif else
List
- Accessing List
- Changing list
- Counting list
- Adding list
- Removing list
- pop(), del, clear()
- List Constructor
Tuples
- Change Tuple value
- Tuple length
- Add items to tuple
- Remove items from a tuple
- Tuple constructor
Sets
- Accessing item in a set
- Change item in a set
- Adding item to a set
- length of a set
- discard(), del, clear()
- Set Constructor
- Remove item from a set
Dictionary
- Accessing items in a dictionary
- Using the .get() to get items in a dictionary
- Dictionary length
- Adding items to a dictionary
- Removing items from a dictionary
- del, popitem(), clear()
- dict() constructor
Loops
- while loops
- break statement
- for loops
- using .items()
- using .values()
- Python Range concept
- Break and continue
- Nested loop
- List Comprehension
- Dictionary Comprehension
Functions
- Function concept
- Creating a function
- Calling a function
- Passing parameters to a function
- Function with a default value
- Returning a value in a function
- Python Scope
Builtin Function
- abs()
- divmod()
- filter()
- map()
- max()
- pow()
- args, kwargs
- lambda function
Python OOP
- OOP Concept
- What is a class
- What is an Object
- What are properties
- What are methods
- How to access properties in a class
- How to access a methods in a class
- Python init method (Constructor)
- Difference between class and instance variable
- Iheritance in Python
- Super() in Python
Python Modules
- Creating a module
- Naming a module
- Using a module
- Builtin Python Date Module
Python Packages
- Creating a package
- Using a package
- Using the from keyword
Introduction to Panda
Training Session
Weekend | |
---|---|
Time | 10 a.m. - 1 p.m. |
Date | Oct. 26, 2024 - Sept. 7, 2024 |
Days | Saturdays |
Online Prize | ₦60,000.0 |
Physical Prize | ₦100,000.0 |
Address
Online Training
Curriculum
Excel: Microsoft Excel is a popular spreadsheet software used for data analysis and manipulation.
It provides a range of functions and formulas for calculations, sorting and filtering capabilities,
pivot tables, and charting options. Excel is known for its user-friendly interface and is widely used for basic data analysis tasks.
SQL: Structured Query Language (SQL) is a programming language used for managing and manipulating relational databases.
It allows you to retrieve data from databases, perform calculations, apply filters and aggregations, and modify the structure of the data.
SQL is essential for working with large datasets and performing complex queries.
Power BI: Power BI is a business intelligence tool developed by Microsoft. It allows you to connect to various data sources,
import and transform data, create interactive visualizations, and share insights with others. Power BI provides a range of features
like drag-and-drop functionality, data modeling capabilities, and extensive visualization options to create powerful and dynamic dashboards and reports.
Python is a high-level, interpreted, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.
Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small- and large-scale projects.
Training Requirement
- A knowledge of mathematics and statistics are requirements for this training
- No programing experience is required in this training, as this training can be taken by someone with no coding experience
- We expect participant to have basic computer knowledge
- Students are expected to come for the training with a laptop that has Wireless LAN, minimum 2Gb RAM, minimum free space on hard disk should be 50Gb minimum Dual Core CPU and USB port.
- All students are expected to have PDF reader and Microsoft office installed in their system. Any other software needed will be provided by us.
Our Teachers
Benedict Uwazie
Founder/TeacherBola Sulaimon
Software Developer/TeacherAde Muyiwa
Data Scientist/TeacherBusayo Ogungbure
Software Developer/TeacherBrush up your skills by reading our tutorials
Related Courses
Partnering with top brands
Subscribe to our newsletter to get weekly articles on coding
Contact Us
-
Address: Online Training
Powered by Django Framework
© Copyright 2024 Software Academy All rights reserved.