Data Analysis 2024 (Batch B)
- Description
- Curriculum
- Reviews
-
1Class One ; ( Introduction to Data Analysis)Preview 3 hours
Data analysis refer to the process of inspecting,cleaning and modelling data with the goal of etracting useful information and making informed decisions.
Its involves applying statistical and mathematical techniques to uncover patterns, trends, and insight within data set.
-
2Class 1 part 1Video lesson
-
3Class One Video part 2 (Introduction to data analysis)Video lesson
-
4Class One Quiz; (Introduction to Data Analysis )4 questions
-
5Class Two; ( Introduction to Excel ;Basic formulae and functions)3 hours
Formulae and Functions
Formula are users made (it is defined by a user’s without excel instructions) When a user uses any kind of logic to get an answer is called formula.
Function is built set of instructions. (In functions excel gives a set of instructions to arrive at the answer)
-
6Class Two Video ;(Basic Excel formulae and function) video3 hours
-
7lesson 2 live3
-
8Class Two Quiz; (Basic Excel formulae and functions)5 questions
-
9Class Three ; Functions in Excel (Split function, Join function function, Transpose and Drop down list)Preview 3 hours
SPLIT FUNCTION
The split function is used to split a string into multiple parts based on a delimiter. A delimiter is a character that separates parts of a string. For example, the split function could be used to split a first name and last name into two separate columns. If you had a column of data with full names, like "John Adebayo", the split function could be used to separate "John" and "Adebayo" into two columns.
-
10Class Three Video Part 1 Functions in Excel)Preview Video lesson
-
11Class Three Video Part 2 (Functions in Excel)Preview Video lesson
-
12Class Three Quiz (Functions in excel)5 questions
-
13Week 1 ; AssignmentAssignment
-
14Class Four; Text ( VLOOKUP, IFSTATEMENT, NESTEDIF )3 hours
Lookup Values
The term ‘Look up’ as used in the examinations, means to look up (search) from a list.
There are two main LOOKUP functions that can be used within Excel. These are:
HLOOKUP
VLOOKUP
HLOOKUP (Horizontal Lookup)
HLOOKUP is a function that performs a horizontal look-up of data.
HLOOKUP should be used when the values you wish to compare your data with are stored in a single row.
-
15Class Four Video Part 1 (VLOOKUP FUNCTION)Preview Video lesson
-
16Class Four Video Part 2 (IFSTATEMENT AND NESTED IF)Preview Video lesson
-
17Class Four Video Part 3 (Basic Data Cleaning Using Trim, Value, Clean and proper function)Preview Video lesson
-
18Class Four Quiz5 questions
-
19Class Five ; Text (Sort and Filter, Pivot Table and Chart)3 hours
SORT AND FILTER
What is the difference between filter and sort by?
Filters set a hard boundary on the search results and exclude anything not falling within the categories selected,
while sort sets a soft boundary and only changes the sequence of appearance. Sorting helps to organize data by particular attribute or parameter, such as alphabetically or by date or by descending and ascending order.
-
20Class Five Video Part 1 (Sort and Filter)Preview Video lesson
-
21Class Five Video Part 2 (Pivot-Table and Pivot- Chart)Preview Video lesson
-
22Class Five Quiz5 questions
-
23Class Six; Text (Data Cleaning in Excel)Preview 3 hours
What is data cleaninData cleaning, also known as data cleansing, is the process of detecting and correcting errors or inconsistencies in a dataset. This can include tasks like removing duplicate records, correcting spelling mistakes, standardizing date formats, and so on. Data cleaning is important because it ensures that your analysis is based on accurate and consistent data.g?
-
24Class Six Video Part 1 (Data Cleaning)Preview Video lesson
-
25Class Six Video Part 2 (Data Cleaning)Preview Video lesson
-
26Class Six Video Part 3 (Data Cleaning)Preview Video lesson
-
27Class Six Video Part 4 (Data Cleaning)Video lesson
-
28Class Six Quiz5 questions
-
29Week 2; AssignmentAssignment
-
30Class Seven ; Text (Data Cleaning using Power Query Editor)3 hours
POWER QUERY EDITOR
Power Query Editor, also known as "Get & Transform" in some versions of Microsoft Excel, is a data analysis tool that allows users to efficiently import, transform, and combine data from various sources.
-
31Class Seven Video Part 1 (Data cleaning using Power Query Editor)Preview Video lesson
-
32Class Seven Video Part 2 (Power Query Editor)Preview Video lesson
-
33Class Seven Video Part 3 (Power Query Editor)Preview Video lesson
-
34Class Seven Quiz4 questions
-
35Class Eight Text (Data Validation)Preview 3 hours
Data validation focuses on identifying and correcting errors, innconsistencies, and incompleteness in the data.
-
36Class Eight Video Part 1 (Data Validation)Video lesson
-
37Class Eight Video part 2 (Data validationVideo lesson
-
38Class Eight Quiz5 questions
-
39Class Nine ; Text (Pivot Table and Pivot Chart)Preview 3 hours
A pivot table is a powerful tool to calculate, summarize, and analyze data that lets you see comparisons, patterns, and trends in your data. Pivot table work a little bit differently depending on what you are using it to run in excel.
It is used to analyzed numerical data in details, and answer unanticipated questions about your data. Pivot table is designed for Querying large amounts of data in many user-friendly ways.
-
40Class Nine Video Part 1 (Pivot Table)Preview Video lesson
-
41Class Nine Video Part 2 (Pivot Table and pivot chart)Preview Video lesson
-
42Class Nine Video Part 3Preview Video lesson
-
43Class Nine Video Part 4Preview Video lesson
-
44Class Nine Video Part 5Preview Video lesson
-
45Class Nine Video Part 6Preview Video lesson
-
46Class Nine Quiz5 questions
-
47Week 3 AssignmentAssignment
-
48Class Ten; Text (Data Visualization and Dashboard)Preview 3 hours
DATA VISUALIZATION
The process of creating data with visuals. Data visualization is used to interpret and gain insight into large amount of data. This sis achieved through visual representations often interactive of raw data.
Data visualization
(a). Enhance learning (b) Enhance understanding (c) Enhance reasoning (d) helps in decision making
Data visualizations leads to
(a) Detect patterns (b) detect trends (c) detect correlations in data (d) can prompt a user to draw interference, anticipate potential trajectories and outcomes.
-
49Class Ten Video Part 1 (Data Visualization)Preview Video lesson
-
50Class Ten Video Part 2Preview Video lesson
-
51Class Ten Video Part 3Preview Video lesson
-
52Class Ten Video Part 4Preview Video lesson
-
53Class Ten Quiz5 questions
-
54Class Eleven; Text (Introduction to SQL)3 hours
SQL (Structured Query Language) is a programming language designed for
managing and querying relational databases. It provides a standardized way to
interact with databases. The basic structure of an SQL query involves:
Querying Data
-
55Class Eleven Video Part 1 (INTRODUCTION TO SQL )Preview Video lesson
-
56Class Eleven Video Part 2 (Creating Database in SQL)Preview Video lesson
-
57Class Eleven Video Part 3 (Creating a table and insert information on it)Preview Video lesson
-
58Class Eleven Quiz5 questions
-
59Class Twelve; Text (Modify data within a database using SQL)Preview 3 hours
There are three (3) main operations in modifying data;
INSERT,
UPDATE,
and DELETE.
-
60Class Twelve Video Part 1 (Modifying Data in SQL)Preview Video lesson
-
61Class Twelve Video Part 2 ( Update New Column with Information)Preview Video lesson
-
62Class Twelve Video Part 3Preview Video lesson
-
63Class Twelve Video Part 4Preview Video lesson
-
64Class Twelve Video Part 5Video lesson
-
65Class Twelve Quiz5 questions
-
66Week 4 AssignmentAssignment
-
67Class Thirteen ; Text (OPERATIONS IN SQL)3 hours
There are three 3 main operators in SQL
Comparison operations (Greater than”>”, Less than “<”, Equal to “=”, Not equal to “!=” “<>”)
Arithmetic operations (Additions, subtractions, division and multiplications)
Logical operation or operational operations (And, Or, Between, In, Like, Not like, Is)
-
68Class Thirteen Video Part 1 (Operatations in SQL)Preview Video lesson
-
69Class Thirteen Video Part 2Preview Video lesson
-
70Class Thirteen Video Part 3Preview Video lesson
-
71Class Thirteen Quiz5 questions
-
72Class Fourteen; Text (Logical Operation or Operational operations and Join)Preview 3 hours
Logical operation or operational operations
(And, Or, Between, In, Like, Not like, Is)
And operators, (condition 1 and condition 2 must be settle)
True result –both statements must be settled
False result—condition not satisfied
True + False = False
False + True = False
False + False = False
-
73Class Fourteen Video Part 1 ( Logical Operations or Operational Operations)Preview Video lesson
-
74Class Fourteen Video Part 2Video lesson
-
75Class Fourteen Video Part 3 (Join)Preview Video lesson
-
76Class Fourteen Video Part 4Preview Video lesson
-
77Class Fourteen Quiz5 questions
-
78Class Fifteen; ,(GROUP BY STATEMENT AND HAVING STATEMENT SQL)Preview 3 hours
GROUP BY STATEMENT
"GROUP BY" is another built-in function in SQL that allows you to group your data based on a specific field. For example, you could use "GROUP BY" to group your data by the "department" field in your "inventory" table. This would allow you to see the total price for each department in your table. The syntax for a "GROUP BY" statement is "GROUP BY column name". So, to group your data by department, you would use a statement like this: "GROUP BY inventory. Department.
-
79Class Fifteen Video Part 1 ( Types of Join and their differences)Preview Video lesson
-
80Class Fifteen Video Part 2Preview Video lesson
-
81Class Fifteen Video Part 3Preview Video lesson
-
82Class Fifteen Video Part 4 (Having Statement)Preview Video lesson
-
83Class Fifteen Quiz5 questions
-
84Week 5 AssignmentAssignment
-
85Class Sixteen; Text (SUBQUERIES AND CASE STATEMENT )Preview 3 hours
Subqueries, also known as nested queries, allow you to use the result of one query within another query. There are different types of subqueries
-
86Class Sixteen Video Part 1 (Subqueries)Preview Video lesson
-
87Class Sixteen Video Part 2Preview Video lesson
-
88Class Sixteen Video Part 3Preview Video lesson
-
89Class Sixteen Quiz5 questions
-
90Class Seventeen: Text ( Subquery and Case statement)Preview 3 hours
Subqueries, also known as nested queries, allow you to use the result of one query within another query. There are different types of subqueries:
-
91Class Seventeen Video Part 1Preview Video lesson
-
92Class Seventeen Video Part 2Preview Video lesson
-
93Class Seventeen Video Part 3Video lesson
-
94Class Seventeen Video Part 4Preview Video lesson
-
95Class Seventeen Quiz5 questions
-
96Class Eighteen: Text (PARTITION BY AND TEMPORARY TABLE)Preview 3 hours
The 'PARTITION BY' clause in SQL is a subclause of the 'OVER' clause. It's used to split a large table into smaller, more manageable partitions. Each partition is then processed for the function present in the 'OVER()' clause.
-
97Class Eighteen Video Part 1Video lesson
-
98Class Eighteen Video Part 2Video lesson
-
99Class Eighteen Video Part 3Video lesson
-
100Class Eighteen Video Part 4Preview Video lesson
-
101Class Eighteen Quiz5 questions
-
102Week 5 AssignmentAssignment
-
103Class Nineteen; Text (Introduction to Tableau)Preview 3 hours
WHAT IS TABLEAU
Tableau is a data analytical platform.
Tableau is a software company that offers collaborative data visualization software for organizations working with business information analytics. Organizations use Tableau to visualize data and reveal patterns for analysis in business intelligence, making the data more understandable.
-
104Class Nineteen Video Part 1 (Introduction to Tableau)Video lesson
-
105Class Nineteen Video Part 2Video lesson
-
106Class Nineteen Video Part 3Video lesson
-
107Class Nineteen Video Part 4Video lesson
-
108Class Nineteen Video Part 5Preview Video lesson
-
109Class Nineteen Quiz5 questions
-
110Class Twenty : Text (Visualization and creating dashboard)3 hours
CREATING A DASHBOARD
You create a dashboard in much the same way you create a new worksheet.
-
111Class Twenty Video Part 1Video lesson
-
112Class Twenty Video Part 2Video lesson
-
113Class Twenty Video Part 3Preview Video lesson
-
114Class Twenty Video Part 4Preview Video lesson
-
115Class Twenty Quiz5 questions
-
116Class Twenty-One : Text (CREATING BINS IN TABLEAU)Preview 3 Hours
Tableau Bins are equal-sized containers that store data values that correspond to or fit within the Bin Size. Tableau Bins divide a set of data into groups of equal intervals or sizes, resulting in a systematic distribution of data.
-
117Class Twenty-One Video Part 1Video lesson
-
118Class Twenty-One Video Part 2Video lesson
-
119Class Twenty-One Video Part 3Video lesson
-
120Class Twenty-One Video Part 4Video lesson
-
121Class Twenty-One Video Part 5Video lesson
-
122Class Twenty-One Quiz5 questions
-
123Week 6 AssignmentAssignment
-
124Class Twenty-Two: Text ( Chart and Visualization )3 Hours
Data visualization is the graphical representation of information and data. By using visual elements like charts, graphs, and maps, data visualization tools provide an accessible way to see and understand trends, outliers, and patterns in data.
-
125Class Twenty-Two Video Part 1Video lesson
-
126Class Twenty-Two Video Part 2Video lesson
-
127Class Twenty-Two Video Part 3Video lesson
-
128Class Twenty-Two Video Part 4Preview Video lesson
-
129Class Twenty-Two Quiz5 questions
-
130Class Twenty-Three; Text ( Dashboard And Story)Preview 3 Hours
CREATING STORY
The "Story" feature in Tableau is a great way to create a narrative with your data. You can use the Story feature to combine multiple dashboards into a single story, and you can add text to explain the story. This can be useful for creating a presentation or report with your data
-
131Class Twenty-Three Video Part 1Video lesson
-
132Class Twenty-three Video Part 2Video lesson
-
133Class Twenty-three Video Part 3Video lesson
-
134Class Twenty-three Video Part 4Preview Video lesson
-
135Class Twenty-three Video Part 5Video lesson
-
136Class Twenty-three Quiz5 questions
-
137Class Twenty- Four : Text (Introduction to Power BI )Preview 3 Hours
What is Power BI?
Power BI is a collection of software services, apps, and connectors that work together to turn your unrelated sources of data into coherent, visually immersive, and interactive insights.
-
138Class Twenty-Four Video Part 1 (Introduction to Power BI )Video lesson
-
139Class Twenty-Four Video Part 2 (Connect to Different Data source)Preview Video lesson
-
140Class Twenty - Four Quiz5 questions
-
141Week 7 AssignmentAssignment
-
142Class Twenty - Five; Text ( Connect Data to Power BI through difference data source)3 Hours
Let connect to data through web.
On the Power BI Desktop Home tab, select Get Data > Web to connect to a web data source.
In the From Web dialog box, paste your URL (www.bankrate.com/retirement/best-and-worst-states-for-retirement/) OR (https://www.kaggle.com/datasets/yasserh/walmart-dataset) Or https://en.wikipedia.org/wiki/List_of_U.S._state_abbreviations
-
143Class Twenty-Five Video Part 1Video lesson
-
144Class Twenty-Five Video Part 2Video lesson
-
145Class Twenty-Five Video Part 3Video lesson
-
146Class Twenty-Five Video Part 4Video lesson
-
147Class Twenty-Five Video Part 5Video lesson
-
148Class Twenty - Five Quiz5 questions
-
149Class Twenty - Six; Text (Shape data)Preview Text lesson
Now that you're connected to a data source, you can adjust the data to meet your needs. To shape data, you provide Power Query Editor with step-by-step instructions for adjusting the data while loading and presenting it. Shaping doesn't affect the original data source, only this particular view of the data.
-
150Class Twenty-Six Video Part 1Video lesson
-
151Class Twenty-Six Video Part 2Video lesson
-
152Class Twenty-Six Video Part 3Video lesson
-
153Class Twenty -Six Video Part 4Video lesson
-
154Class Twenty - Six Quiz5 questions
-
155Class Twenty - Seven: Text (Data modelling)Preview Text lesson
A Data model is a collection of tables and relationships that can be used to create a report.
Is techniques use in creating relationship between two or more tables.
Modeling data is about establishing and maintaining relationships so that you can effectively visualize the data in the form that your business requires.
-
156Class Twenty-Seven Video Part 1Video lesson
-
157Class Twenty-Seven Video Part 2Video lesson
-
158Class Twenty - Seven Quiz5 questions
-
159Class Twenty- Eight; Text (Difference between Calculated Column and Measure)3 Hours
Calculated columns; This allows you to add new formula-based columns to tables.
· No “A1-style” reference; calculated columns refer to entire table or columns.
· Calculated columns generate values for each row, which are visible within the table in a data view.
· Calculated columns understand row context; they are greater for defining properties based on information on each row, but generally useless for aggregations (Sum, count, average etc.)
NOTE; Used calculated columns when you want to fixed values to each row in a table (or used query editor).
-
160Class Tweny-Eight Video Part 1Video lesson
-
161Class Twenty-Eight Video Part 2Video lesson
-
162Class Twenty - Eight Quiz5 questions
-
163Week 8 AssignmentAssignment
-
164Class Twenty -Nine ;Text ( DAX OPERATORS)3 Hours
DAX Operators
· Arithmetic operators
Addition (+), Subtraction (-), multiplication (*), division (/)
· Comparison operators
Equal to (=), less than (<), greater than (>), less than or equal to (<=), greater than or equal to (>=), not equal to (<>).
· Test and logical operators
Amper sand (&), (&&)
-
165Class Twenty-Nine Video Part 1Video lesson
-
166Class Twent-Nine Video Part 2Video lesson
-
167Class Twenty-Nine Video Part 3Video lesson
-
168Class Twenty - Nine Quiz5 questions
-
169Class Thirty; Text (Data Shaping and Dashboard)Text lesson
Shaping can mean transforming the data, such as renaming columns or tables, removing rows or columns, or changing data types. Power Query Editor captures these steps sequentially under Applied Steps in the Query Settings pane. Each time this query connects to the data source, those steps are carried out, so the data is always shaped the way you specify. This process occurs when you use the query in Power BI Desktop, or when anyone uses your shared query, such as in the Power BI service.
-
170Class Thirty Video Part 1Video lesson
-
171Class Thirty Video Part 2Video lesson
-
172Class Thirty Video Part 3Video lesson
-
173Class Thirty Video Part 4Video lesson
-
174Class Thirty Video Part 5Preview Video lesson
-
175Class Thirty Quiz5 questions
-
176Week 9 AssignmentAssignment
-
177Class Thirty -One ; Text (Dashboard)Preview 3 Hours
A dashboard is a visual representation of data that's designed to provide an at-a-glance overview of key metrics. A dashboard can include a variety of visualizations, like charts, tables, and graphs.
-
178Class Thirty - One Video Part 1Preview Video lesson
-
179Class Thirty - -One Video Part 2Video lesson
-
180Class Thirty - One Video Part 3Preview Video lesson
-
181Class Thirty - One Video Part 4Video lesson
-
182Class Thirty - One Video Part 5Video lesson
-
183Class Thirty - one Quiz5 questions
-
184Class Thirty - Two ; Text ( Data Visualization and Chart)3 Hours
DATA VISUALIZATION
The process of creating data with visuals. Data visualization is used to interpret and gain insight into large amount of data. This sis achieved through visual representations often interactive of raw data.
-
185Class Thirty - Two Video Part 1Video lesson
-
186Class Thirty - Two Video Part 2Video lesson
-
187Class Thirty - Two Video Part 3Video lesson
-
188Class Thirty - Two Video Part 4Preview Video lesson
-
189Class Thirty - Two Quiz5 questions
-
190Class Thirty - Three ; Text (Correlation Analysis)3 Hours
Calculating the correlation between two variables can tell you a lot about the relationship between those variables. If two variables have a strong positive correlation, it means that when one variable increases, the other variable tends to increase as well. Similarly, if two variables have a strong negative correlation, it means that when one variable increases, the other variable tends to decrease. Understanding these relationships can help you make better decisions and understand how different factors influence each other.
-
191Class Thirty - Three Video Part 1Video lesson
-
192Class Thirty - -Three Video Part 2Video lesson
-
193Class Thirty - Three Video Part 3Preview Video lesson
-
194Class Thirty - Three Quiz5 questions
-
195CLASS THIRTY - FOUR ; TEXT (LINEAR REGRESSION IN POWERBI)3 Hours
Introduction
In this article, you will see how to perform linear regression in Power BI. Linear regression is an extremely valuable measure that helps us to understand the connection among variables and the impacts they have on one another. It can be used across many industries in a variety of ways, from spurring value to acquiring client understanding in order to profit businesses.
-
196Class Thirty - Four Video Part 1Video lesson
-
197Class Thirty - Four Video Part 2Video lesson
-
198Class Thirty - Four Video Part 3Preview Video lesson
-
199Class Thirty - Four Quiz5 questions
-
200CLASS THIRTY - FIVE ; TEXT (Revision on Excel formula and function, conditional formatting, data cleaning)3 Hours
Formulae and Functions
Formula are users made (it is defined by a user’s without excel instructions) When a user uses any kind of logic to get an answer is called formula.
Functions
Function is built set of instructions. (In functions excel gives a set of instructions to arrive at the answer)
-
201Class Thirty - Five Video Part 1Video lesson
-
202Class Thirty -Five Video Part 2Video lesson
-
203Class Thirty - Five Video Part 3Video lesson
-
204Class Thirty - five Video Part 4Video lesson
-
205Class Thirty - Five Video Part 5Preview Video lesson
-
206Class Thirty - Five Quiz5 questions
-
207Class Thirty - Six Video Part 1Video lesson
-
208Class Thirty - Six Video Part 2Video lesson
-
209Class Thirty- Six Video Part 3Video lesson
-
210Class Thirty - Six Video Part 4Video lesson
-
211Class Thirty- Six Video Part 5Preview Video lesson
-
212Week 10 AssignmentAssignment
-
213RÉSUMÉ CREATION 1Video lesson
-
214RÉSUMÉ CREATION 2Video lesson
-
215RÉSUMÉ CREATION 3Video lesson
-
216RÉSUMÉ CREATION 4Video lesson
-
217RÉSUMÉ CREATION 5Video lesson
-
218RÉSUMÉ CREATION 6Video lesson
-
219RÉSUMÉ CREATION 7Video lesson
-
220RÉSUMÉ CREATION 8Video lesson
-
221RÉSUMÉ CREATION 9Video lesson
-
222RÉSUMÉ CREATION 10Video lesson
-
223RÉSUMÉ CREATION 11Video lesson
-
224RÉSUMÉ CREATION 12Video lesson
-
225RÉSUMÉ CREATION 13Video lesson
-
226RÉSUMÉ CREATIONAssignment
-
Data Analysis 2024 (Batch B)
₦150,000
-
What is Prerequisite coursesA prerequisite is a specific course that you must complete before you can take another course at the next grade level.