-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (20 loc) · 821 Bytes
/
index.html
File metadata and controls
23 lines (20 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<h1>City of Los Angeles Crime and Homelessness</h1>
<h2>Authors</h2>
<p>Rick Spitzer, Tolga Caglar, Ben Galde</p>
<h2>Data</h2>
<p>We pulled data from 2 sources</p>
<ul>
<li><a href="https://www.kaggle.com/kingburrito666/los-angeles-crime" target="_blank">los-angeles-crime</a></li>
<li><a href="https://www.kaggle.com/adamschroeder/homelessness-comparison-between-states" target="_blank">homelessness-comparison-between-states</a></li>
</ul>
<h2></h2>
<h3>Details of the data?</h3>
<ul>
<li>What crime occurs most? Least?</li>
<li>How many times each crime yearly? Any significant increases or decreases?</li>
<li>Any patterns in the data?</li>
<li>Hours in the day?</li>
<li>Month of the year? Holidays?</li>
<li>Area in LA County?</li>
<li>Any kind of data affecting crime rate? Homeslessness?</li>
</ul>