Business Analytics Lab Manual-Ai
Business Analytics Lab Manual-Ai
LIST OF EXPERIMENTS:
Use MS-Excel and Power-BI to perform the following experiments using a business data set,
and make presentations.
Students may be encouraged to bring their own real-time socially relevant data set.
I Cycle – MS Excel
1. Explore the features of Ms-Excel.
2. (i) Get the input from user and perform numerical operations (MAX, MIN, AVG,
SUM, SQRT, ROUND)
ii) Perform data import/export operations for different file formats.
3. Perform statistical operations - Mean, Median, Mode and Standard deviation,
Variance, Skewness, Kurtosis
4. Perform Z-test, T-test & ANOVA
5. Perform data pre-processing operations i) Handling Missing data ii) Normalization
6. Perform dimensionality reduction operation using PCA, KPCA & SVD
7. Perform bivariate and multivariate analysis on the dataset.
8. Apply and explore various plotting functions on the data set.
CO1: Explain the real-world business problems and model with analytical solutions.
CO2: Identify the business processes for extracting Business Intelligence
CO3: Apply predictive analytics for business fore-casting
CO4: Apply analytics for supply chain and logistics management
CO5: Use analytics for marketing and sales.
TOTAL :60 PERIODS
3
LIST OF EXPERIMENTS
EXPERIMENT PAGE
EXPERIMENT NAME
NUMBER NO
I Cycle-MS Excel
EX NO :1 Explore the features of MS-EXCEL
a) Numerical operations (MAX, MIN, AVG, SUM, SQRT,
ROUND)
EX NO: 2
b) Perform data import/export operations for different file
formats.
EX NO : 3 Perform statistical operations - Mean, Median, Mode and
Standard deviation, Variance, Skewness, Kurtosis
a) Perform Z-test
EX.NO : 4 b) Perform T-test
c) Perform ANOVA
EX NO: 1
Explore the features of MS-EXCEL
DATE :
AIM:
PROCEDURE:
Microsoft's Excel spreadsheet programme is a part of the Office family of business software
programmes. Users of Microsoft Excel can format, arrange, and compute data in a spreadsheet.
By organising data using tools like Excel, Data Analysts or other users can make information
easier to examine when data is added or altered. The Microsoft Office and Office 365 suites
include Excel, which works with the other Office programmes. The spreadsheet application can
be used on Windows, macOS, Android, and iOS devices.
Quick Access Toolbar – Collection of buttons that provide one click access to commonly used
commands such as Save, Undo or Redo. You can also customize this according to your
preference.
Title Bar – A bar the display the name of active workbook
Ribbon – The main set of commands and controls organized task in Tabs and groups, you can
also customize the ribbon according to your preference.
7
Column Headings – The letters that appear along the top of the worksheet to identify the
different columns in the worksheet.
Worksheet Window – A window that displays an Excel worksheet, basically this is where you
work all the tasks.
Vertical Scroll Bar – Scroll bar to use when you want to scroll vertically through the
Worksheet window.
Horizontal Scroll Bar – Scroll bar to use when you want to scroll horizontally through the
worksheet window.
Zoom Controls – Used for magnifying and shrinking of the active worksheet.
View Shortcuts – Buttons used to change how the worksheet content is displayed. Normal,
Page Layout or Page Break Preview.
Sheet Tabs – Tabs the display the name of the worksheet in the workbook, by default its name
sheet 1, sheet 2, etc. You can rename this to any name the best represent to your sheet.
Sheet Tab Scrolling Buttons – Buttons to scroll the sheet tabs in the workbook
Row Headings – The number that appears on the left of the worksheet window to identify the
Different rows.
Select All Button – A button that selects all the cells in the active worksheet
Active Cell – The cell selected in the active worksheet
Name Box – A box that displays the cell reference of the active cell
Formula Bar – A bar that displays the value or formula entered in the active cell
Office Button/File Tab – It provides access to workbook level features and program settings.
You will notice that in Excel 2007 there is a circle
Features of Ms-Excel
Microsoft excel is an integrated electronic spread sheet program developed by Microsoft
corporation.It includes the following features.
Autocalc: This feature is very useful to sum a group of numbers is selected them. Their sum
will automatically appear in the status area.
Auto complete: Excel now intelligence to anticipate what you are going to type! Based upon
entries you’ve already made, AutoComplete will try to figure out what you intended to type,
once you’ve entered few letters.
Autocorrect: Excel can support automatically correct mistakes.
8
Better Drag-and-Drop: Do you want to move a group of cells? Excel’s drag and drop feature
lets
you reposition selected portion of your spreadsheet by simply dragging them with your mouse.
Cell tips and Scroll Tips: To help you get around better with mouse, Excel now includes scroll
tips. When you click and drag a scroll bar, a small window tells you what row or column you
are
heading for.
Number Formatting: It’s easy to format numbers with excel’s new number formatting feature.
Select your numbers and choose cells command from format menu.
Templates and Template wizard: Excel’s template facility has been greatly enhanced. You can
choose from a variety of elegantly designed templates for your home or business. You can even
have a template wizard link your worksheets to a database.
Shared Lists: you can now have worksheets that are shared simultaneously over a network.
Conditional Formatting:Conditional formatting helps users to quickly focus on important
aspects of a spreadsheet or to highlight errors and to identify important patterns in data.
Sorting and Filtering: Excel spreadsheets help us make sense of large amounts of data. To
make it easier to find what you need, you can reorder the data or pick out just the data you need,
based on parameters you set within Excel. Sorting and filtering your data will save you time
and make your spreadsheet more effective.
Excel Charts: Excel charts help you communicate insights & information with ease. By
choosing your charts wisely and formatting them cleanly, you can convey a lot.
ENTERING AND EDITING DATA IN WORKSHEET
You have several options when you want to enter data manually in Excel. You can enter data in
one cell, in several cells at the same time, or on more than one worksheet at the same time. The
data that you enter can be numbers, text, dates, or times. You can format the data in a variety of
ways. And, there are several settings that you can adjust to make data entry easier for you.
Enter text or a number in a cell
1. On the worksheet, click a cell.
2. Type the numbers or text that you want to enter, and then press Enter or Tab.
To enter data on a new line within a cell, enter a line break by pressing
Alt+Enter Editing text or a number in a cell
1. Double click the cell containing the data you want to edit.
2. Make any changes to the cell contents.
3. Press enter key. The change will accept. To cancel your changes, press Ese key.
9
for addition or subtraction), and built-in Excel functions, which can really expand the power of
a Formula.
For Example, in the above worksheet, the formula = B5+C5+D+ adds the contents 10+20+30
and
produce the results. One can enter and edit formula in two ways.
1. Directly into cell by double clicking where the formula wants.
2. At formula bar after selection of required cell.
To edit an existing formula
Click on the cell which contains the formula or results
Click in formula bar make necessary changes.
Press enter key or click on check mark.
Number Formatting in excel
It is very common to enter various types of numbers for various applications. In Excel, you can
use
number formats to change the appearance of numbers, including dates and times, without
changing the number behind the appearance. The number format does not affect the actual cell
value, it changes the appearance only.
1. Select the cell or cells which contain numbers.
2. On the home tab, under Number group click on down arrow mark.
Right click your mouse; from the short hand menu select format cell option
3. It launches Formula cells window. Click on Number tab.
11
Result:
The features of MS-EXCEL explored successfully and displayed desired output in neat
format.
13
AIM:
To implement numerical operations using MS-EXCEL.
PROCEDURE:
Step 3 : Calculate the Maximum of the given marks using max function.
Step 4 : Calculate the Minimum of the given marks using MIN function.
Step 5: Calculate the average of the given marks using average function.
Step 6 : Calculate the sum of the given marks using sum function.
Step 7 : Calculate the square root of the given mark using SQRT function.
Step 8 : Calculate the Round of the given mark using Roundup function.
Step 9 : Display the desired output of all numerical operation in neat format.
Step 10 : Save the excel file and Close the Ms Excel application.
14
OUTPUT:
Result:
The numerical operations were implemented using MS-EXCEL successfully and the
desired output was displayed.
18
EX NO: 2b
Perform data import/export operations for different file formats
DATE :
AIM:
To perform data import/export operations for different file formats using MS-EXCEL.
PROCEDURE:
Step 5: Next , import CSV file using data menu and get data option.
Step 6 : Display the desired output in neat format.
Step 7 : Save the excel file and Close the Ms Excel application.
19
Excel can import and export many different file types aside from the standard .xslx format. If
your data is shared between other programs, like a database, you may need to save data as a
different file type or bring in files of a different file type.
EXPORT DATA
When you have data that needs to be transferred to another system, export it from Excel in a
format that can be interpreted by other programs, such as a text or CSV file.
The file type you select will depend on what type of file is required by the program that
will consume the exported data.
A dialog box appears stating that some of the workbook features may be lost.
8. Click Yes.
Import Data
Excel can import data from external data sources including other files, databases, or web pages.
Some data sources may require special security access, and the connection process can
often be very complex. Enlist the help of your organization’s technical support staff for
assistance.
If you have data to import from Access, the web, or another source, select one of those
options in the Get External Data group instead.
If, while importing external data, a security notice appears saying that it is connecting
to an external source that may not be safe, click OK.
22
Because we've specified the data is separated by commas, the delimiter is already set. If
you need to change it, it can be done from this menu.
8. Click Load.
23
Result:
The data import/export operations for different file formats were preformed successfully
using MS-EXCEL.
24
AIM:
To Perform statistical operations using MS-EXCEL.
PROCEDURE:
OUTPUT:
Result:
The statistical operations were performed successfully using MS-EXCEL and the
desired output was displayed in neat format.
29
EX NO: 4A
Perform Z-test
DATE :
AIM:
To Perform Z-test operations using MS-EXCEL.
PROCEDURE:
Step 6 : Then select Output Range where you want the output to be stored. If you
don’t specify the output range it will throw output in the new worksheet.
Step 7 : When you click Ok, you will see the result in the selected output range.
Step 8: Save the excel file and Close the Ms Excel application.
30
(1)Now select
this data
range
OUTPUT:
Result:
The Z-test operation was performed successfully using MS-EXCEL and the desired
output was displayed in neat format.
32
EX NO: 4B
Perform T-test
DATE :
AIM:
To Perform T-test operations using MS-EXCEL.
PROCEDURE:
(1)Now select
this data
range
OUTPUT:
Result:
The T-test operation was performed successfully using MS-EXCEL and the desired
output was displayed in neat format.
35
EX NO: 4C
Perform ANOVA operations
DATE :
AIM:
To Perform ANOVA operations using MS-EXCEL.
PROCEDURE:
(1)Now select
this data
range
OUTPUT:
Result:
The ANOVA operations was performed successfully using MS-EXCEL and the desired
output was displayed in neat format.
38
EX NO: 5A
Perform data pre-processing operations - Handling
DATE : Missing data
AIM:
To handle the missing data in data pre-processing operations on the dataset using MS-EXCEL.
PROCEDURE:
Choose
primalXL
Choose
missing
values
40
41
OUTPUT:
Result:
The missing data on dataset was handled successfully using MS-EXCEL and the
desired output was displayed in neat format.
42
EX NO: 5A
Perform data pre-processing operations -
DATE : Normalization
AIM:
To normalize in the given dataset using MS-EXCEL.
Normalization (Or Min-Max scaling) data in excel
It is the process of scaling data in such a way that all data points lie in a range of 0 to 1.
Thus, this technique, makes it possible to bring all data points to a common scale. The
mathematical formula for normalization is given as:
where X is the data point, Xmax and Xmin are the maximum and minimum value in the group of
records respectively. The process of normalization is generally used when the distribution of
data does not follow the Gaussian distribution.
PROCEDURE:
OUTPUT:
RESULT:
The given dataset was normalized using MS-EXCEL and the desired output was
displayed in neat format.
44
AIM:
To Perform dimensionality reduction operation using PCA, KPCA & SVD
PROCEDURE:
OUTPUT :
RESULT:
The given dataset was performed dimensionality reduction operation using PCA,
KPCA & SVD and the desired output was displayed in neat format.
46
EX NO: 7a
PERFORM BIVARIATE ANALYSIS ON THE DATASET
DATE :
AIM:
To Perform bivariate analysis on the dataset using MS-EXCEL.
PROCEDURE:
OUTPUT:
Result:
The bivariate analysis on dataset was performed successfully using MS-EXCEL and
the desired output was displayed in neat format.
50
EX NO: 7b
PERFORM MULTIVARIATE ANALYSIS ON THE DATASET
DATE :
AIM:
To Perform multivariate analysis on the dataset using MS-EXCEL.
PROCEDURE:
Step 3 : If you haven't already installed the Analysis ToolPak , Click the Microsoft
Office button, then click on the Excel Options , and then select Add-Ins ,
Click Go, check the Analysis ToolPak box, and click Ok
Step 4 : Select Data tab, then click on the Data Analysis option, then selects
Descriptive Statistics from the list and Click Ok. [Data tab >> Data
Analysis >>]
Step 5: In the Input Range we Select quantity as x range and discount and profit as y
range , then select Output Range where you want the output to be stored. If you
don’t specify the output range it will throw output in the new worksheet.
Step 6 : Then select Output Range where you want the output to be stored. If you
don’t specify the output range it will throw output in the new worksheet.
Step 7 : When you click Ok, you will see the result in the selected output range.
Step 8: Save the excel file and Close the Ms Excel application.
51
OUTPUT:
Result:
The multivariate analysis on the dataset was performed successfully using MS-EXCEL
and the desired output was displayed in neat format.
54
EX NO: 8
PLOTTING FUNCTIONS ON THE DATA SET
DATE :
AIM:
To apply and explore various plotting functions on the data set using MS-EXCEL.
PROCEDURE:
OUTPUT:
RESULT:
The plotting functions was applied and explored on the data set successfully using
MS-EXCEL and the desired output was displayed in neat format.
56
57
AIM:
PROCEDURE:
Step 4 : Create visuals, such as charts or graphs that provide visual representations of
the data.
Step 5: Create reports that are collections of visuals on one or more report pages.
Power BI Desktop is a free application you install on your local computer that lets you connect
to, transform, and visualize your data. With Power BI Desktop, you can connect to multiple
different sources of data, and combine them (often called modeling) into a data model. This
data model lets you build visuals, and collections of visuals you can share as reports, with other
people inside your organization. Most users who work on business intelligence projects use
Power BI Desktop to create reports, and then use the Power BI service to share their reports
with others.
Connect to data.
Transform and clean data to create a data model.
Create visuals, such as charts or graphs that provide visual representations of the
data.
Create reports that are collections of visuals on one or more report pages.
Share reports with others by using the Power BI service.
People who are responsible for such tasks are often considered data analysts (sometimes
referred to as analysts) or business intelligence professionals (often referred to as report
creators). Many people who don't consider themselves an analyst or a report creator use Power
BI Desktop to create compelling reports, or to pull data from various sources. They can build
data models, and then share the reports with their coworkers and organizations.
Important
recent version. You can get the most recent version of Power BI Desktop from the Windows
Store, or as a single executable containing all supported languages that you download and
install on your computer.
There are three views available in Power BI Desktop, which you select on the left side of the
canvas. The views, shown in the order they appear, are as follows:
Report: You create reports and visuals, where most of your creation time is spent.
Data: You see the tables, measures, and other data used in the data model
associated with your report, and transform the data for best use in the report's
model.
Model: You see and manage the relationships among tables in your data model.
The following image shows the three views, as displayed along the left side of the canvas:
Connect to data
To get started with Power BI Desktop, the first step is to connect to data. There are many
different data sources you can connect to from Power BI Desktop.
To connect to data:
The Get Data window appears, showing the many categories to which Power BI
Desktop can connect.
60
2. When you select a data type, you're prompted for information, such as the URL and
credentials, necessary for Power BI Desktop to connect to the data source on your behalf.
61
3. After you connect to one or more data sources, you may want to transform the
data so it's useful for you.
In Power BI Desktop, you can clean and transform data using the built-in Power Query Editor.
With Power Query Editor, you make changes to your data, such as changing a data type,
removing columns, or combining data from multiple sources. It's like sculpting: you start with a
large block of clay (or data), then shave off pieces or add others as needed, until the shape of the
data is how you want it.
Each step you take in transforming data (such as renaming a table, transforming a data type, or
deleting a column) is recorded by Power Query Editor. Every time this query connects to the
data source, those steps are carried out so that the data is always shaped the way you specify.
The following image shows the Power Query Editor window for a query that was shaped, and
turned into a model.
Once your data is how you want it, you can create visuals.
Create visuals
After you have a data model, you can drag fields onto the report canvas to create visuals. A
visual is a graphic representation of the data in your model. There are many different types of
63
visuals to choose from in Power BI Desktop. The following visual shows a simple column
chart.
If you already have a visual selected on the report canvas, the selected visual changes to the type
you selected.
If no visual is selected on the canvas, a new visual is created based on your selection.
64
Create reports
More often, you'll want to create a collection of visuals that show various aspects of the data
you've used to create your model in Power BI Desktop. A collection of visuals, in one Power
BI Desktop file, is called a report. A report can have one or more pages, just like an Excel file
can have one or more worksheets.
With Power BI Desktop you can create complex and visually rich reports, using data from
multiple sources, all in one report that you can share with others in your organization.
In the following image, you see the first page of a Power BI Desktop report, named Overview,
as seen on the tab near the bottom of the image.
Share reports
After a report is ready to share with others, you can publish the report to the Power BI service,
and make it available to anyone in your organization who has a Power BI license.
Power BI Desktop connects you to the Power BI service with your Power BI
account.
2. You're prompted to select where in the Power BI service you'd like to share the
report. For example, your workspace, a team workspace, or some other location
in the Power BI service.
RESULT:
The features of Power BI explored successfully and displayed desired output in neat
format.
66
AIM:
PROCEDURE:
Step 2 : Goto to home menu , select get data and then choose excel worksheet
Step 3 : Select your file to load into Power Bi application and press load button
Step 4 : Now the file is loaded and now click data view in the left panel
Step 5: Now the file is loaded in the form of table format
Step 6 : Save the file in desired location
Step 7 : Close the Power BI Desktop application
67
Press load
button
Select
sheet1
69
Choose data
view
OUTPUT:
RESULT:
The Excel data sheet was prepared and loaded successfully into Power BI Desktop and
displayed desired output in neat format.
70
EX NO:11
DEVELOPING DATA MODEL
DATE :
AIM:
PROCEDURE:
Step 2 : Goto to home menu , select get data and then choose excel worksheet
Step 3 : Select your file to load into Power Bi application and press load button
Step 4 : Now the file is loaded and now click model view in the left panel
Step 5: Now data modeling of the given tables are displayed in output screen
Step 6 : Save the file in desired location
Step 7 : Close the Power BI Desktop application
71
OUTPUT:
RESULT:
The data model was developed and loaded successfully using Power BI Desktop and
displayed desired output in neat format.
72
EX NO:12
Perform DAX calculations
DATE :
AIM:
PROCEDURE:
Step 2 : Goto to home menu , select get data and then choose excel worksheet
Step 3 : Select your file to load into Power Bi application and press load button
Step 4 : Now the file is loaded and now click report view in the left panel
Step 5: Goto data panel and right click on data file and choose new measure
Step 6 : Type the formula for new measure and click the new measure “ was added
Step 7 : Drag the corresponding various types of visualization in workspace.
Step 8 : Save the file in desired location
Step 9 : Close the Power BI Desktop application
73
EX NO:12
Perform DAX calculations
DATE :
1. Select on
this new
measure
74
2. Data
displayed in
visualization
1. Select on
this new
measure
OUTPUT:
RESULT:
The perform DAX calculations were performed successfully using Power BI Desktop and
displayed desired output in neat format.
78
EX NO:13
DESIGN A REPORT
DATE :
AIM:
PROCEDURE:
Step 2 : Goto to home menu , select get data and then choose excel worksheet
Step 3 : Select your file to load into Power Bi application and press load button
Step 4 : Now the file is loaded and now click report view in the left panel
Step 5: Goto data panel and right click on data file and choose new measure
Step 6 : Type the formula for new measure and click the new measure “ was added
Step 7 : Select clustered column chat and copy the visualization in workspace.
Step 8 : Change to decomposition tree visualization in workspace.
Step 9 : Explore the data in various forms for select filed .
Step 9 : Save the file in desired location
Step 10 : Close the Power BI Desktop application
79
Choose this
visualization
Choose two
measures
visualization
80
OUTPUT:
RESULT:
The report was created successfully using Power BI Desktop and displayed desired output
in neat format.
82
EX NO:14
CREATION OF A DASHBOARD AND PERFORM
DATA ANALYSIS
DATE :
AIM:
PROCEDURE:
Step 2 : Goto to home menu , select get data and then choose excel worksheet
Step 3 : Select your file to load into Power Bi application and press load button
Step 4 : Now the file is loaded and now click report view in the left panel
Step 5: Goto data panel and right click on data file and choose team filed and slicer
visualization
Step 6 : Now teamwise slicer was displayed. Next copy the visualization and change
to card visualization
Step 7 : Now copy the visualization and change to gauge visualization
Step 8 : Next copy the visualization and change to donut visualization and drag
gender field and change value filed as count of gender
Step 9 : Now change and display the visualization as per teamwise
Step 10 : Save the file in desired location
Step 9 : Close the Power BI Desktop application
83
2.Team
visualization 1.Choose Team
84
Choose
the count
85
1 .Drag
attendance and
the count
86
87
88
89
1 .Drag gender
and the count
90
OUTPUT:
RESULT:
The dashboard was created and data analysis was performed successfully using Power BI
Desktop and displayed desired output in neat format.
91
EX NO:15
Presentation of a case study - Campus Recruitment Analysis
DATE :
AIM:
To Presentation of a case study for Campus Recruitment Analysis using Power BI
Desktop
The Challenge
Campus Placements/ Campus Recruitment drives are conducted in various educational
institutes for providing job opportunities to the students who are pursuing their particular
academic courses.
As much as it is important to the students, it is also important to the institute as it gives
a chance to contemplate about the process. This data includes students from various
colleges.
The Solution
What every management team wants to know:
OUTPUT:
93
RESULT:
The Presentation of a case study for Campus Recruitment Analysis was performed
successfully using Power BI Desktop and displayed desired output in neat format.