-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (34 loc) · 2.08 KB
/
index.html
File metadata and controls
43 lines (34 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="projectMakeover.css">
<title>Automotive Industry Data Analysis Project</title>
</head>
<body>
<div class="header">
<h1>Automotive Industry Data Analysis</h1>
</div>
<iframe title="Automotive Industry Data Analysis" width="90%" style="margin:0 auto; display:block;" height="1400" src="https://app.powerbi.com/reportEmbed?reportId=6f9ed131-b19f-4226-91c9-a2ad050128e3&autoAuth=true&ctid=d4963ce2-af94-4122-95a9-644e8b01624d&config=eyJjbHVzdGVyVXJsIjoiaHR0cHM6Ly93YWJpLXVzLW5vcnRoLWNlbnRyYWwtaC1wcmltYXJ5LXJlZGlyZWN0LmFuYWx5c2lzLndpbmRvd3MubmV0LyJ9" frameborder="0" allowFullScreen="true"></iframe>
<br>
<div class="description">
<p id="descText">
The data provided to us in the form of CSV file had information about companies that are producers and manufacturers of
cars. It had details about different models and their variants manufactured by these companies, along with their
features, specifications and prices. For eg. there was information about Tata Nano Genx, its variants like XT, XE,
EMAX XM etc. that are available in the market, their features, specifications and price.
<br><br>
The report generated here shows details about :
<ul>
<li>The number of cars manufactured by different companies that are present in our data.<br></li>
<li>The different fuel types of the cars and the number of cars produced of a particular fuel type.<br></li>
<li>Mileage Class - the number of cars that are manufactured belonging to the categories - Economic, Fuel efficient, Average and Poor.<br></li>
<li>The number of cars that are produced of each transmission types i.e Manual, Automatic, AMT, DCT and CVT.<br></li>
<li>The number of cars with advance features like - automatic headlamps, rain sensing wipers, voice recognition etc. <br></li>
<li>The number of cars manufactured by companies of a particular car body type.<br></li>
<li>Contribution of companies in different price segments of cars.</li>
</ul>
<br>
</p>
</div>
</body>
</html>