forked from msan622/spring-2015-msan622
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject_dataset.html
55 lines (38 loc) · 1.83 KB
/
project_dataset.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
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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
<title>Project Data Set - Data Visualization</title>
<style type="text/css">
body {
padding-top: 50px;
padding-bottom: 20px;
}
</style>
</head>
<body>
<div class="jumbotron">
<div class="container" align="center">
<h1>Project Data Set</h1>
</div>
<div class="container" align="right">
<h2>Sandeep Vanga</h2>
</div>
<div class="container" align="left">
<h3>Fertilizer Imports/Exports Data - USA</h3>
<ul style="list-style-type:disc">
<li>Country wise annual U.S. imports and exports (both quantity and dollar ammount) data of selected fertilizer types</li>
<li>Imports data is available from 1995 to 2012 </li>
<li>Exports data is available from 1990 to 2012 </li>
<li>Data is available for 26 major fertilizers and 82 major trading countries </li>
</ul>
<p> Data Set can be found <a href="https://github.com/SandeepReddyVanga/DataVis/tree/gh-pages/ProjectDataSet">here</a>.</p>
<p>I chose this data set as it contains both time series, geo-spatial elements. I plan to use different techniques to visualize various aspects of this data.</p>
<p>It has both numerical and categorical information. Also, there are enough observations to gain interesting insights from the data.</p>
Original Data can be found <a href="http://catalog.data.gov/dataset/fertilizer-importsexports">here</a>. Licensing Information can be found <a href="http://www.data.gov/data-policy">here</a>.
</div>
</div>
</body>