-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
159 lines (157 loc) · 6.12 KB
/
index.html
File metadata and controls
159 lines (157 loc) · 6.12 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE HTML>
<!--
Prologue by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Projects</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<div id="header">
<div class="top">
</div>
<div class="bottom">
</div>
</div>
<!-- Main -->
<div id="main">
<!-- Intro -->
<section id="top" class="one dark cover">
<div class="container">
<header>
<h2 class="alt">ALBERT QUINTIN-COFIE<strong></strong> <a href="#"></a><br />
<a href="#"></a></h2>
<p>Data Analyst skilled in SQL,MySQL (Joins, Unions, Subqueries, Cases);
Python (Pandas, Numpy, Matplotlib, and Seaborn Libraries); R(Tidyverse, dplyr, and ggplot2 Libraries);
Excel (Pivot Tables, Vlookup, and Scenario), GSuite (sheets, docs, slides), CRM (Salesforce); Tableau; Power BI, Slack, and Trello
<br />
</p>
</header>
<footer>
<a href="" class=""></a>
</footer>
</div>
</section>
<!-- Portfolio -->
<section id="portfolio" class="two">
<div class="container">
<header>
<h2>Portfolio Projects</h2>
</header>
<p>These projects demonstrate my hands-on knowledge and skills in
common analytics languages for data querying, manipulation, transformation,
and visualizations. The projects utilized real world common datasets from
Kaggle and UCI Machine Learning Repository.
</p>
<div class="row">
<div class="col-4 col-12-mobile">
<article class="item">
<a href="https://github.com/bertquin/portfolio_projects/blob/main/House_Price_Data_Exploration%20in%20SQL.sql" class="image fit"><img src="images/house.jpg" alt="" /></a>
<header>
<h3>EXPLORATORY DATA ANALYSIS OF HOUSE PRICES IN SQL</h3>
</header>
</article>
<article class="item">
<a href="https://github.com/bertquin/portfolio_projects/blob/main/Covid_19%20Data%20Exploration%20in%20SQL.sql" class="image fit"><img src="images/cv19.jpg" alt="" /></a>
<header>
<h3>COVID-19 DATA EXPLORATION IN SQL</h3>
</header>
</article>
<article class="item">
<a href="https://github.com/bertquin/portfolio_projects/blob/main/Customer%20Complaints%20Exploration%20in%20SQL.sql" class="image fit"><img src="images/call_centre.jpg" alt="" /></a>
<header>
<h3>USER COMPLAINTS ANALYTICS IN SQL</h3>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="https://github.com/bertquin/portfolio_projects/blob/main/Ecommerce%20Data%20Analysis%20in%20Python.ipynb" class="image fit"><img src="images/shop.jpg" alt="" /></a>
<header>
<h3>ONLINE RETAIL ANALYSIS IN PYTHON</h3>
</header>
</article>
<article class="item">
<a href="https://github.com/bertquin/portfolio_projects/blob/main/Flights%20Data%20Exploration.ipynb" class="image fit"><img src="images/plane.jpg" alt="" /></a>
<header>
<h3>FLIGHT DATA EXPLORATION IN PYTHON</h3>
</header>
</article>
<article class="item">
<a href="https://github.com/bertquin/portfolio_projects/blob/main/Statistical%20Analysis%20of%20Marketing%20Campaign%20in%20R.R" class="image fit"><img src="images/marketing.jpg" alt="" /></a>
<header>
<h3>STATISTICAL ANALYSIS OF BANK MARKETING CAMPAIGN IN R</h3>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="https://github.com/bertquin/portfolio_projects/blob/main/Movies%20Correlation%20in%20Python.ipynb" class="image fit"><img src="images/movie02.jpg" alt="" /></a>
<header>
<h3>MOVIES CORRELATION IN PYTHON</h3>
</header>
</article>
<article class="item">
<a href="https://public.tableau.com/app/profile/albert2587" class="image fit"><img src="images/tableau02.jpg" alt="" /></a>
<header>
<h3>DATA VISUALIZATIONS</h3>
</header>
</article>
<article class="item">
<a href="https://github.com/bertquin/portfolio_projects/blob/main/Predicting%20Bank%20Customer%20Loan%20Subscription.ipynb" class="image fit"><img src="images/loan.jpg" alt="" /></a>
<header>
<h3>PREDICTING CUSTOMER LOAN SUBSCRIPTION USING PYTHON </h3>
</header>
</div>
</div>
</div>
</section>
</section>
<!-- Contact -->
<section id="contact" class="two">
<div class="container">
<header>
<h2>Contact</h2>
</header>
<form method="post" action="#">
<div class="row">
<div class="col-6 col-12-small">
<ul class="icons">
<li class="icon solid fa-home">
Accra, Ghana<br />
<br />
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<ul class="icons">
<li class="icon solid fa-envelope">
quinbert@post.com<br/>
<br/>
</li>
</ul>
</div>
</div>
</form>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>