-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathindex.html
27 lines (27 loc) · 1.78 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<h1>LIST OF PANDAS PROFILES</h1>
<div>
<ul>
<li><a href="webpages/owiddataset.html">OWID dataset Pandas-profiling report</a></li>
<li><a href="webpages/COVID19-impact-on-education.html">COVID 19 impact on education - Pandas Profiling report </a></li>
<li><a href="webpages/ontario-COVID19.html">Confirmed COVID 19 cases in Ontario - Pandas Profiling report </a></li>
<li><a href="webpages/BC-COVID19.html">Confirmed COVID 19 cases in British Columbia - Pandas Profiling report </a></li>
<li><a href="webpages/oxfordDataset-COVID19-reponse.html">Oxford University - COVID 19 Government Reponse - Pandas Profiling report </a></li>
<li><a href="webpages/impact-indicator-diabetes-prevelance.html">World Bank Indicators of Interest to the COVID-19 Outbreak (Diabetes Prevelance) - Pandas Profiling report </a></li>
<li><a href="webpages/acaps-dataset.html">ACAPS COVID-19: Government Measures Dataset - Pandas Profiling report </a></li>
<li><a href="webpages/Colombia-COVID-19-official-dataset.html">Colombia COVID-19 Official Dataset - Pandas Profiling report </a></li>
<li><a href="webpages/Manitoba-COVID-19-Daily-Cases-by-Status-dataset.html">Manitoba COVID-19 Daily Cases by Status Dataset - Pandas Profiling report </a></li>
<li><a href="webpages/COVID-19-in-Spain-Dataset/">COVID-19 in Spain Dataset - Pandas Profiling reports </a></li>
</ul>
</div>
</body>
</html>